mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 22:08:55 +08:00 
			
		
		
		
	Add declaration for convenient module
This commit is contained in:
		| @@ -89,6 +89,7 @@ mod error; | ||||
| #[cfg(feature = "backup")]pub mod backup; | ||||
| #[cfg(feature = "functions")] pub mod functions; | ||||
| #[cfg(feature = "blob")] pub mod blob; | ||||
| mod convenient; | ||||
|  | ||||
| /// Old name for `Result`. `SqliteResult` is deprecated. | ||||
| pub type SqliteResult<T> = Result<T>; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user