Skip to content

sqlite3 1.5.0

Choose a tag to compare

@simolus3 simolus3 released this 10 Jan 12:37
26bb659
  • Add prepareMultiple method to prepare multiple statements from one SQL string.
  • Add selectMap and executeMap on PreparedStatement to bind SQL parameters by
    their name instead of their index.
  • Add support for custom collations with createCollation.