sillydb

Crates.iosillydb
lib.rssillydb
version0.1.1
created_at2025-02-19 20:45:38.954229+00
updated_at2025-02-25 09:52:09.626966+00
descriptionTools to interact with relational databases
homepage
repositoryhttps://github.com/eutampieri/sillydb.git
max_upload_size
id1561820
size37,985
(eutampieri)

documentation

README

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

Commit count: 0

cargo fmt