|
@@ -36,6 +36,9 @@ By default, Docker images do not expose their ports to the underlying host machi
|
|
|
|
|
|
### Sqlx
|
|
|
|
|
|
+**sqlx-cli**
|
|
|
+* [install sqlx-cli](https://github.com/launchbadge/sqlx/tree/master/sqlx-cli)
|
|
|
+
|
|
|
**Sqlx and Diesel commands**
|
|
|
* create migration
|
|
|
* sqlx: sqlx migrate add $(table)
|
|
@@ -71,4 +74,4 @@ By default, Docker images do not expose their ports to the underlying host machi
|
|
|
> Don't forget to relaunch your terminal.
|
|
|
|
|
|
## More
|
|
|
-* [11-database-drivers](https://blog.logrocket.com/11-database-drivers-and-orms-for-rust-that-are-ready-for-production/)
|
|
|
+* [11-database-drivers](https://blog.logrocket.com/11-database-drivers-and-orms-for-rust-that-are-ready-for-production/)
|