chai icon indicating copy to clipboard operation
chai copied to clipboard

Modern embedded SQL database

Results 46 chai issues
Sort by recently updated
recently updated
newest added

It would be good if I can subscribe to a change feed at the golang api level. This will allow any higher layer to be told when a table /...

enhancement

Do any of the dB drivers have any scaling aspects ? I would like to use genji in the traditional embedded scenario on desktops but also in servers. So for...

* Added support to import json files * Separated csv insert logic into InsertCSV function and moved it to "cmd/genji/dbutil/insert.go" Refers #444

### Proposal I propose exposing a chai.Row function to scan into a reflect.Value ### Motivation It makes easier to implement ORMs on top of the chai

enhancement

Version: `require github.com/genjidb/genji v0.15.1` This is a question but probably also a feature request: Looking at the documentation, its syntax diagrams and the sqltests I found no way to provide...

How to write sql "group by"/"order by" multi columns?

### What version of Chai are you using? `v0.16.0` ### What did you do? I'm trying to build up a listing of similar data from several sources concurrently. When I...

bug