Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 365 Bytes

File metadata and controls

17 lines (10 loc) · 365 Bytes

2.1.0

  • Type hints
  • :max-conn and :max-idle-conn options for pool

2.0.0

  • [ 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

  • Support :h2, :mysql, :postgresql dbtypes

0.1.0

  • Initial :sqlite support