Jonas Platte and GitHub
85b6fd49c7
Upgrade most example dependencies ( #2936 )
2024-09-27 18:50:52 +02:00
David Pedersen and GitHub
bb22802bfc
Update to latest sqlx in example ( #2099 )
2023-07-16 13:49:53 +02:00
Jerry Wang and GitHub
7208cdf795
Fix the cargo hack check ( #2013 )
2023-05-18 18:40:19 +00:00
David Pedersen and GitHub
93251fa203
Bump MSRV to 1.56 and update to the 2021 edition ( #1098 )
2022-06-17 20:11:35 +02:00
David Pedersen and GitHub
968ee44631
Sort dependencies in Cargo.tomls ( #1076 )
...
* sort dependencies
* check sorted deps on CI
* this should fail
* does caching matter?
* fix sorting
2022-06-10 08:59:17 +02:00
Jonas Platte and GitHub
79b94b9bd6
Replace set_var usage in examples ( #829 )
...
* examples: Fix inconsistent toml formatting
* examples: Replace set_var usage
2022-03-06 12:37:00 +01:00
FlakM and GitHub
32c9ab3c56
Add sqlx example with migrations ( #722 )
...
* Add sqlx example with migrations
Simple use case for sqlx based on tokio postgres example.
Sqlite database is created on execution in ./target directory
and migrations are then run against it.
* sqlx example uses postgres instead of sqlite3
Also removed migrations and database creation code.
2022-01-25 16:20:00 +01:00