Skip to content

Releases: lodosgroup/sqlite3-wrapper

v.1.4.3

21 Jun 16:50

Choose a tag to compare

v.1.4.2

15 Jun 16:49

Choose a tag to compare

  • Better error handling
  • Upgrade sqlite to 3.42.0
  • Implement Drop for Database and SqlStatement

1.3.2

22 May 08:24

Choose a tag to compare

  • Read null from SQLite and cast it into Rust's None

1.3.1

20 Apr 01:04

Choose a tag to compare

  • Create type alias SqliteNull
  • Create const variable alias SQLITE_NULL

1.3.0

19 Apr 22:48
792367f

Choose a tag to compare

  • needed ffi functions(sqlite3_bind*) are bound.
  • implemented param binding on prepared statements via sqlite3_bind*.

1.2.0

30 Mar 08:15
6b6ed96

Choose a tag to compare

implement return type Result<A, MinSqliteWrapperError> on various functions

1.1.1

28 Mar 22:19

Choose a tag to compare

  • Published first stable release to crates.io