Ramsql Versions Save

In-memory SQL engine in Go sql/driver for testing purpose

v0.1.3

7 months ago

What's Changed

Full Changelog: https://github.com/proullon/ramsql/compare/v0.1.2...v0.1.3

v0.1.2

8 months ago

What's Changed

Full Changelog: https://github.com/proullon/ramsql/compare/v0.1.1...v0.1.2

v0.1.1

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/proullon/ramsql/compare/v0.1.0...v0.1.1

v0.1.0

8 months ago

Context

Introduction of agnostic in-memory store, leveraging GC-optimized storage to garantee low GC pauses and good GC behavior over time.

Complete rewrite improving performance, removing deadlocks and storage as Go types, allowing creation of objects table.

Ensure compatibility with gorm, a popular Go ORM.

Added implementation goal in README, in preparation for stable 1.0 release.

What's Changed

Full Changelog: https://github.com/proullon/ramsql/compare/v0.0.1...v0.1.0

v0.0.1

10 months ago

Main branch has never been tagged with a stable version for user to specify in go.mod.

Here it is, only bugfixing in 3 years.