chai

Modern embedded SQL database

MIT License

Stars
1.5K
Committers
30

Bot releases are hidden (Show)

chai - v0.2.2

Published by asdine almost 5 years ago

  • Fix index not found error
  • Fix support for double quoted strings
  • Fix comparison of floats
  • Fix support for sql.NamedArg
  • Skip nil values during encoding of maps
  • Fix Update behaviour
chai - v0.2.1

Published by asdine almost 5 years ago

  • BoltDB engine: Fix sparse DELETE by batching the deletion of records
  • Badger engine: Fix panic when using multiple iterators during UPDATE statement
  • DB.Query / DB.Exec: Run each statement in its own transaction
  • Prefetch indexes when getting the table
  • Expect iterator instead of stream in recordutil helpers
  • Fix comparison between list with one element and single value
chai - v0.2.0

Published by asdine about 5 years ago

  • SQL support #38
  • Architectural change
chai - v0.1.1

Published by asdine about 5 years ago

  • Bug fix: Do no import index package when no index used #36
  • Bug fix: Prevent panic when index matcher returns nil tree #37
chai - v0.1.0

Published by asdine about 5 years ago

First release 🎉