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/core: "2.3.7" **Describe the bug** When I'm using groupBy for aggregating, the nested values are `undefined` in the selected fields. **Expected behavior** Return the correct...

I started some very basic work on graphql, currently just incomplete schema generation. I thought I'd share that here, see what you think and how much interest there is. If...

Heya, I've wrote an adapter for Postgres that replicates the schema, so I can use nanoSQL as a faster memory-buffer. I'd be interested in hearing some feedback! I hope I...

**Which version are you using?** NodeJS: v12 ``` "@nano-sql/adapter-rocksdb": "^2.0.7" ``` **Describe the bug** It is not possible to use @nano-sql/adapter-rocksdb with Node v12. It is maybe because nodev12 needs...

**Which version are you using?** @nano-sql/adapter-sqlite-cordova 2.1.2 **Describe the bug** I don't know if its a bug or expected behaviour **Expected behavior** Maintain db after .apk update or know a...

![relationships](https://user-images.githubusercontent.com/25207840/79038199-bac6d780-7bd7-11ea-8152-6256af79dd94.PNG)

**Which version are you using?** 2.3.7 **Describe the bug** Dropping tables always return next error: > core.js:9110 ERROR Error: Uncaught (in promise): TypeError: Cannot set property 'count' of undefined Dropping...

**Which version are you using?** 2.3.7 **Describe the bug** rawDump method is returning zero array (["0","0","0","0"]) instead of actual data **Expected behavior** It should return complete database tables data **Code...

**Which version are you using?** 2.3.7 **Describe the bug** When i create a database with 2 tables, 2 separate databases (one database per table) are getting created instead of single...