Skip to content

Releases: tonsky/datascript-storage-sql

2.1.0

Choose a tag to compare

@tonsky tonsky released this 08 Nov 18:33
  • Type hints
  • :max-conn and :max-idle-conn options for pool

2.0.0 - Breaking!

Choose a tag to compare

@tonsky tonsky released this 08 Nov 17:03
  • [ BREAKING ] datascript.storage.sql.core/make now accepts javax.sql.DataSource instead of java.sql.Connection
  • Added simple connection pool datascript.storage.sql.core/pool

1.0.0

Choose a tag to compare

@tonsky tonsky released this 28 Aug 19:16
  • Support :h2, :mysql, :postgresql dbtypes

0.1.0

Choose a tag to compare

@tonsky tonsky released this 11 Aug 18:04

Initial sqlite support