This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
sqlx
Watch
1
Star
0
Fork
0
You've already forked sqlx
mirror of
https://github.com/launchbadge/sqlx.git
synced
2026-01-19 23:26:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
sqlx
/
sqlx-core
/
src
/
pool
History
Ryan Leckey
00137d4a04
feat: add sqlx::Done and return from Executor::execute()
...
+ Done::rows_affected() + Done::last_insert_id()
2020-07-14 04:31:25 -07:00
..
connection.rs
refactor: restructure relationship between Pool, Connection, and Options
2020-07-12 03:43:55 -07:00
executor.rs
feat: add sqlx::Done and return from Executor::execute()
2020-07-14 04:31:25 -07:00
inner.rs
refactor: restructure relationship between Pool, Connection, and Options
2020-07-12 03:43:55 -07:00
maybe.rs
feat: finish v1 of both cli and embedded migrations
2020-07-12 03:43:55 -07:00
mod.rs
refactor: restructure relationship between Pool, Connection, and Options
2020-07-12 03:43:55 -07:00
options.rs
refactor: restructure relationship between Pool, Connection, and Options
2020-07-12 03:43:55 -07:00