Rename SqliteStatement -> Statement.

This commit is contained in:
John Gallagher
2015-12-12 14:08:04 -05:00
parent eb60bb3111
commit ec654352d9
3 changed files with 19 additions and 16 deletions

View File

@@ -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.