trilogy icon indicating copy to clipboard operation
trilogy copied to clipboard

TypeScript SQLite layer with support for both native C++ & pure JavaScript drivers.

Results 7 trilogy issues
Sort by recently updated
recently updated
newest added

## context ## proposed solution This package depends on knex ^0.20.1 https://github.com/haltcase/trilogy/blob/6d73d7307456084c4e9c259105f87ebc01ce7727/package.json#L47 Meanwhile, knex itself has gone through 2 major version releases, with lots of changes and features. Among other...

type: feature

## description I attempted to port a class i had which used knex to manage an sqlite database to this library. I'm getting these type of errors from both the...

type: bug

Test suite is currently failing. Since v2 still supports Node 8 I'm going to start by pinning dependencies and go from there.

type: chore

I've started thinking about any breaking changes I'd like to make for the v3 release. So far they're pretty much all type related and serve to either improve inference or...

discussion

It would be nice to have an option to password protect/ encrypt the database. ## context When sqlite is used to embed local database in client softwares, the database will...

type: feature

## context Option to insert bulk data in batches ## proposed solution In Knex , insert function ([ref](http://knexjs.org/#Builder-insert)) taking either a hash of properties to be inserted into the row,...

type: feature
status: accepted

## context I build an app using this library with sql.js and memory storage. I'd like to persist data in the local storage. I found that sql.js support that officially...

type: feature