Nano-SQL
Nano-SQL copied to clipboard
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
Just came across this project and it looks absolutely amazing! Works out of the box and beats many other libraries on benchmarks while also having extensive docs. I was wondering...
It is not possible to select values with type date, if the value is undefined. On selection the mutateRowTypes function is called. In this function columns with type date will...
**Which version are you using?** ^2.3.7 **Describe the bug** After any edits to a row in the database, it logs/backs up the entire row. For example, I have a "post"...
**Which version are you using?** "@nano-sql/core": "^2.3.7" "snap-db": "^1.1.6" **Describe the bug** Query "select" throw exception **Expected behavior** Get data from specified table **Example** `const dbList = nSQL().listDatabases(); console.log('dblist', dbList);...
**Which version are you using?** ^2.3.7 **Describe the bug** I have created a new database table “test” and I like to drop this table. I used the local storage to...
Many non-SQL databases use column names with underscores at the begining(PouchDB's _id field, etc). Is there a specific reason the schemas don't support this, or any flag to enable it?
**Which version are you using?** version 2.3.7 **Describe the bug** When using a freshly created DB, everything seems to work, but as soon as I kill node with Ctrl +...
Update better-sqlite3 to version 7.4.3 to avoid compilation error.
**Which version are you using?** 2.3.7 **Describe the bug** I am able to create a 'PERM' database with data using nSQL().createDatabase() and then am able to immediately lists the databases...
I am working with nativescript vue . i have pre exist database and i wain use this database data . i use nativescript sqlite copy database . but nanosql just...