aschampion / schemer

A database schema migration library with DAG dependencies
Apache License 2.0
6 stars 4 forks source link

Upgrade rusqlite to version 0.25 #15

Closed nuttycom closed 1 year ago

nuttycom commented 1 year ago

Hi, it would be handy to be able to use some of the changes that are available in the newer version of sqlite that 0.25 depends upon (specifically support for the RETURNING statement). If possible, it would be great to have a release that targets this version (pre-MSRV bump) and then I will submit a separate PR that upgrades to a current rusqlite version (which has an MSRV of 1.59)

nuttycom commented 1 year ago

Thanks!