chore: readme updated #2

Merged
asadbek064 merged 1 commits from demo-postgresql-improved-type-detection into main 2024-12-03 20:29:04 +00:00

@ -23,7 +23,7 @@ A Node.js utility that intelligently converts Sheetjs `worksheet` to PostgreSQL
1. Install Python dependencies:
```bash
pip install -r requirements.txt
pip install -r test_files/requirements.txt
```
2. Install Node.js dependencies:
@ -34,7 +34,7 @@ npm install i
### Setup
1. Generate test_files:
```bash
python3 gen_test_files.py
python3 test_files/gen_test_files.py
```
2. Configure PostgreSQL connection in `test.js`
```javascript
@ -66,4 +66,4 @@ The test suite includes various Excel files testing different data scenarios:
* Booleans → PostgreSQL `boolean`
* High-precision numbers → PostgreSQL `numeric`
* Standard numbers → PostgreSQL `double precision`
* Text/other → PostgreSQL `text`
* Text/other → PostgreSQL `text`