programatik29 / tokio-rusqlite

Asynchronous handle for rusqlite library.
MIT License
84 stars 20 forks source link

How can we support "load_extension" method ? #23

Closed helloninglei closed 1 year ago

programatik29 commented 1 year ago

Import rusqlite with the features you want then use Connection::call as usual. That should work.

helloninglei commented 1 year ago

Import rusqlite with the features you want then use Connection::call as usual. That should work.

got it ,thanks !