fluent-sqlite-driver icon indicating copy to clipboard operation
fluent-sqlite-driver copied to clipboard

Fluent driver for SQLite

Results 3 fluent-sqlite-driver issues
Sort by recently updated
recently updated
newest added

I'm having a hard time figuring out how to get a pragma value out of SQLite using Fluent. Any pointers?

bug

## Bug Saving multiple records within a loop returns objects with duplicate `id`s ## Expected Result Records should have unique `id`s ## Steps to reproduce Using the 'Todo' class from...

bug

### Describe the issue SQLite stores all integers signed, and up to 64 bits wide. Unsigned 64 bit integers therefore do not fit. ### Vapor version 4.76.0 ### Operating system...

bug