Features and Roadmap
- [x] Define table schema using Pydantic models
- [x] Basic CRUD operations
- [x] Save data to the database
- [x] Read data from the database
- [x] Update data in the database
- [x] Delete data from the database
- [ ] Custom primary key
- [ ] Bulk operations (save, update, delete)
- [ ] Relationships between tables
- [ ] One-to-one
- [ ] One-to-many
- [ ] Many-to-many
- [ ] Migrations