AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
http://alasql.org
MIT License
7.01k stars 650 forks source link

Documentation update for options #1827

Closed paulrutter closed 10 months ago

paulrutter commented 10 months ago

While working on recent performance improvements, i noticed that the options available in alasql don't seem to be documented anywhere.

Because some of these impact the performance, like the new dateAsString, i think it would make sense to document some of these options, and how to set them when using Alasql.

If you agree, i could make a PR with some of these. Where would be the best place to do this, the README?

paulrutter commented 10 months ago

Ah i see https://github.com/AlaSQL/alasql/wiki/AlaSQL-Options, which i can extend and maybe link to in the README?

mathiasrw commented 10 months ago

Thanks for the PR. This is exactly how we do better together.