Add note on the Rust helper library

This commit is contained in:
fabianlindfors 2022-04-19 20:15:59 +02:00
parent 7be40f2b29
commit 8a61a03ab8

View File

@ -112,6 +112,8 @@ reshape_schema_query = os.getenv("RESHAPE_SCHEMA_QUERY")
db.execute(reshape_schema_query)
```
If your application is written in Rust, you might prefer the [Rust helper library](https://github.com/fabianlindfors/reshape-helper) which embeds the query directly in your application with a macro.
### Running your migration
To create your new `users` table, run: