Nano-SQL icon indicating copy to clipboard operation
Nano-SQL copied to clipboard

Universal database layer for the client, server & mobile devices. It's like Lego for databases.

Results 103 Nano-SQL issues
Sort by recently updated
recently updated
newest added

**Which version are you using?** `nano-sql/adapter-sqlite-cordova: 2.1.2` `nano-sql/core: 2.3.7` **Describe the bug** The `Adapter-SQLite-Cordova` package does not initialize the Automatic Increment table before creating a table which causes an error:...

Rawimport is very slow on Cordova, and as I see sqlBatch is not implemented. Compared to IndexedDB on Chrome is 100x slower. Any chance to have sqlBatch implemented or a...

**Is your feature request related to a problem? Please describe.** I would like to run nSQL in a webworker. This however is not possible due to nanosql referencing to localStorage...

**Which version are you using?** 2.3.7 in NodeJS v8.16.0 **Describe the bug** I first list all records on a table and get the expected results. Then I query for one...

I just found Nano-SQL, congratulations on your work, it looks interesting. Oh and good Docs. I am especially interested in a Database which works both in the Browser and on...

enhancement

Current Version "nano-redis": "^1.7.2", "nano-sql": "^1.8.5", Expecting Error ``` ReplyError: ERR unknown command 'zscan' - parser.js:193 parseError [RealTimeServer]/[redis-parser]/lib/parser.js:193:12 - parser.js:303 parseType [RealTimeServer]/[redis-parser]/lib/parser.js:303:14 ``` ``` Code const nSQL = require("nano-sql").nSQL; const...

We use the latest version 2.3.7 When joining two tables the select sometimes does not return all entries when using the default join syntax {"tableA.id","=","tableB.id"}. When using a "join-function" and...

In a newer release you added support for nested joins. That's very cool and helps us a lot. But if you try to do this with two left joins it...

**Which version are you using?** 2.3.7 **Describe the bug** When joining two temporary tables the output has keys in the form of: ``` ... { "todo.userId": 1, "todo.id": 1, "todo.title":...