This repo contains an example of a Derive Macro that generates code for basic interaction with a db.
- Databases: Sqlite (using rusqlite)
- Generated repository methods:
- Create table
- Databases: Postgresql
- Generated repository methods:
- Crud
Usage example in sqlite-client
TODO: Add examples & doc here