mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-04 01:42:26 +08:00
Rename SqliteStatement -> Statement.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* `SqliteConnection` is now `Connection`
|
||||
* `SqliteError` is now `Error`
|
||||
* `SqliteResult` is now `Result`
|
||||
* `SqliteStatement` is now `Statement`
|
||||
The old, prefixed names are still exported should be considered deprecated.
|
||||
* Adds a variety of `..._named` methods for executing queries using named placeholder parameters.
|
||||
* Adds `backup` feature that exposes SQLite's online backup API.
|
||||
|
||||
Reference in New Issue
Block a user