No description
Find a file
Austin Bonander a2eda2de24
WIP [next]: implement generalized query placeholders
Signed-off-by: Austin Bonander <austin@launchbadge.com>
2021-07-16 16:39:01 -07:00
examples test: setup basic mysql integration test 2021-06-10 16:13:59 -07:00
sqlx feat(sqlx): Added bind_named to Query struct (#1234) 2021-05-21 16:16:04 -07:00
sqlx-core WIP [next]: implement generalized query placeholders 2021-07-16 16:39:01 -07:00
sqlx-mysql WIP [next]: implement generalized query placeholders 2021-07-16 16:39:01 -07:00
sqlx-postgres WIP [next]: implement generalized query placeholders 2021-07-16 16:39:01 -07:00
sqlx-test test: prove mysql driver is cancellation safe 2021-06-11 04:36:31 -07:00
.editorconfig chore: initial commit 2020-12-27 12:26:48 -08:00
.gitignore test: setup unit test runner that supports code coverage (requires nightly) 2021-01-01 14:37:58 -08:00
.rustfmt.toml Enforce consistent imports granularity through rustfmt 2021-03-22 12:14:06 -07:00
Cargo.lock WIP [next]: implement generalized query placeholders 2021-07-16 16:39:01 -07:00
Cargo.toml test: prove mysql driver is cancellation safe 2021-06-11 04:36:31 -07:00
CONTRIBUTING.md docs: add notes for x.py usage to CONTRIBUTING.md 2021-04-09 16:10:32 -07:00
docker-compose.yml test: add mariadb instances for test 2021-06-10 16:17:07 -07:00
x.py fix(mysql): remove a few unused imports and add dyn usage 2021-06-10 16:25:18 -07:00