Sha256: c92e10f36035addb5406d0ebec5eaaa682fb197abf74404c3bdc3f5c6d343b73
Contents?: true
Size: 585 Bytes
Versions: 1
Compression:
Stored size: 585 Bytes
Contents
## [Unreleased] ## [0.2.1] - 2023-08-11 - Move the `SQLite3::Database` wrapper to `Litedb::Connection` class. This both makes it easier to extend the gem to wrap other SQLite3 classes (like `Statement`) and also makes dealing with the VERSION reasonable (and possible). Keeping VERSION in a separate file proved impossible when having Litedb be a class that inherited from SQLite3::Database, because the gemspec needed the version before sqlite3 was required. ## [0.2.0] - 2023-08-10 - Initial release of usable code ## [0.1.0] - 2023-08-09 - Initial release to reserve gem name
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
litedb-0.2.1 | CHANGELOG.md |