- Added
udpate
method- 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_raw
method )
- Updated to
sqlx 6.x
- Using
sqlx 0.5
andtokio 1.16
SqliteInsert
insert
method changed intoinsert_raw
( it does not returnResult<T>
but onlyResult<sqlx::sqlite::SqliteDone>
- Renamed typo
PqInsert
into correctPgInsert
- Not finished: generic method for
insert<T>
- chagned to
runtime-actix-rustls
fromtokio
because there is problem with sqlite under actix with tokio runtime.
- Updated readme.md
- Updated to
sqlx 0.4