SQLite Client
It would be nice to have an integrated SQLite client as this could alleviate many of the various issues with storing data and provide a nicer interface than reading/writing JSON data files.
It would be nice to have an integrated SQLite client as this could alleviate many of the various issues with storing data and provide a nicer interface than reading/writing JSON data files.
Bump.
Suggested API/UX: https://github.com/JoshuaWise/better-sqlite3/blob/master/docs/api.md
Where Database
or Sqlite3
is a declared constructor in all the Synchronet JS environments.
Would also be nice to include the SQLite3 JSON extensions.
That Suggested API/UX seems to show Database
and Statement
classes, no Sqlite3
class.
@rswindell better-sqlite3 is a named import, so can use whatever names you want... I figured since it would be global in sync, might want to use different names for the classes.