Rename SqliteRows -> Rows.

This commit is contained in:
John Gallagher
2015-12-12 14:09:37 -05:00
parent ec654352d9
commit b932640181
3 changed files with 18 additions and 14 deletions

View File

@@ -5,6 +5,7 @@
* `SqliteError` is now `Error`
* `SqliteResult` is now `Result`
* `SqliteStatement` is now `Statement`
* `SqliteRows` is now `Rows`
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.