2 releases

0.1.1 Feb 25, 2025
0.1.0 Feb 19, 2025

#901 in Database interfaces

MIT license

13KB
320 lines

SillyDB

What it is?

It is an abstraction over a specific database library.

Why?

To use a single trait and to abstract over the underlying database.

It will assume that a query can be run unchanged. If your queries don't satisfy this assumption, use an ORM

Dependencies

~8–17MB
~239K SLoC