- added method
insert_exandupdate_exto handle executor ( to be used in transaction )
- removed
useless question markinSqliteInsertmacro
sqliteandpostgresfeatures PR:9glenda#10- removed
eyredependency and usingsqlx::Resultinstead.
- Added
udpatemethod- method expect update is based on first attribue ( usually id )
- Updated to
sqlx 0.7
- Merged 0.4 and 0.5 ( forgot that there is new
insert_rawmethod )
- Updated to
sqlx 6.x
- Using
sqlx 0.5andtokio 1.16
SqliteInsertinsertmethod changed intoinsert_raw( it does not returnResult<T>but onlyResult<sqlx::sqlite::SqliteDone>- Renamed typo
PqInsertinto correctPgInsert - Not finished: generic method for
insert<T>
- chagned to
runtime-actix-rustlsfromtokiobecause there is problem with sqlite under actix with tokio runtime.
- Updated readme.md
- Updated to
sqlx 0.4