Expand description
SQL database implementation of the Mint
This is a generic SQL implementation for the mint storage layer. Any database can be plugged in as long as standard ANSI SQL is used, as Postgres and SQLite would understand it.
This implementation also has a rudimentary but standard migration and versioning system.
The trait expects an asynchronous interaction, but it also provides tools to spawn blocking clients in a pool and expose them to an asynchronous environment, making them compatible with Mint.
Structsยง
- SQLMint
Auth Database - Mint SQL Database
- SQLMint
Database - Mint SQL Database
- SQLTransaction
- SQL Transaction Writer