Releases: yasshrai/sqlitewrap
Releases · yasshrai/sqlitewrap
Initial Release
🚀 v1.0.0 – Initial Release
✨ Features
- User management (CreateUsernamePassword, VerifyDetails)
- Database creation and usage (CreateDatabase, UseDatabase)
- Table management (CreateTable)
- Data operations (InsertIntoTable, FetchTable)
🛠️ Improvements
- Simple API design for easier testing
- Exceptions for handling duplicate users, databases, and failed authentication
📦 Notes
- This is the first stable release of sqlitewrap
- Suitable for learning, experimenting, and small project