Commit Graph

3 Commits

Author SHA1 Message Date
Asad
fb98fb9281 feat: updat PostgreSQL integration guide & remove trailing whitespace in SheetJSPG.js
- Add testing with PostgresSQL 16.6.1 and pg 8.13.1
- Add Linux user creation instructions with password setup
- Document SCRAM auth
- Updated pg dependency to 8.13.1
- SheetJSPG.js removed trailing whitespace

The guide now includes more detailed Linux setup instructions and
authentication requirements for PostgreSQL deployments.
2024-12-03 15:35:07 -05:00
Asad
7315b4211c feat(pg): add Ubuntu/Debian PostgreSQL installation guide & enhanced SheetJSPG.js type deduc
- Include Ubuntu/Debian installation instructions
- Improve PostgreSQL table creation with better type detection
- Enhance date format detection and parsing

Breaking Changes:
- Replace `aoo_to_pg_table` to `sheet_to_pg_table` & now it takes worksheet object instead of array of arrays
- Changed type detection algorithm may produce column types
2024-11-20 19:45:34 -05:00
5e3369edda postgresql 2023-10-31 02:07:43 -04:00