Rename SqliteRow -> Row.

This commit is contained in:
John Gallagher
2015-12-12 14:11:24 -05:00
parent b932640181
commit ea5cb41bbf
4 changed files with 23 additions and 19 deletions

View File

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