Austin Bonander
|
dcb58b0e2c
|
0.7.0 release (#2575)
* WIP preparing 0.7.0 release
* fix: re-enable examples
* fix doctests in `sqlx-core`
* cherry-pick CHANGELOG entry for 0.6.3
* add actions workflow for examples
* fix(cli): close connection after running migrations
* fix examples
* fix(sqlite): fix parsing of URLs via `Any`
* fix(example): don't let Postgres `listen` example run forever
* fix Postgres `transaction` example
|
2023-07-03 14:37:37 -07:00 |
|
Austin Bonander
|
b5312c3b6f
|
Break drivers out into separate crates, clean up some technical debt (#2039)
* WIP rt refactors
* refactor: break drivers out into separate crates
also cleans up significant technical debt
|
2023-02-21 13:25:25 -08:00 |
|
Austin Bonander
|
a2eceec33b
|
chore: replace dotenv with dotenvy (#2003)
* chore: replace `dotenv` with `dotenvy`
The former appears to be unmaintained and the latter is a drop-in replacement.
* chore: fix all warnings
|
2022-07-28 14:33:44 -07:00 |
|
Marco Neumann
|
05d64fb722
|
fix: agree one a single default runtime for the whole workspace (#1988)
This fixes `cargo check --workspace` and rust-analyzer.
Also see <https://github.com/launchbadge/sqlx/discussions/1956>.
|
2022-07-28 13:15:40 -07:00 |
|
Joey McKenzie
|
d6c4eff81a
|
Add example with external query files (#1967)
* feat(examples): add files example for postgres
* fix(examples): add missing deps
|
2022-07-13 14:45:34 -07:00 |
|