1 unstable release

new 0.1.0 Feb 19, 2025

#759 in Database interfaces

MIT license

12KB
302 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–18MB
~250K SLoC