Skip to content

Releases: yasshrai/sqlitewrap

Initial Release

22 Aug 08:52

Choose a tag to compare

🚀 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