Skip to content

Releases: Paperchain/papergres

Stable release

08 Sep 09:45
81449ee
Compare
Choose a tag to compare
  • Adds a new ExecAllIn method for working with IN query sqls.
  • Adds a tag to identify primary keys using db_pk key.
  • A better project structure

Stable release

17 May 14:38
cacf2c4
Compare
Choose a tag to compare
  • Updates PrimaryKey to use interface value that way we can use primary keys of any data type like uuid, string etc. instead of just bigint.
  • Papergres is now go modules friendly.

Stable release

29 Nov 13:36
1f7d214
Compare
Choose a tag to compare
Merge pull request #9 from Paperchain/testcov

Removing unused code and improving coverage.