Identify/Select Database/ORM library for the project #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to identify the crate(s) we will use to access our database.
Prerequisites:
Recommendations from experienced Rust practitioners preferred and most welcome!
Should also have a good story for handling migrations to manage changes to the database over time.
From my limited exposure to Rust and its DB client story, https://github.com/launchbadge/sqlx has been a strong candidate folks recommend.
This has been what I've found as well, so barring any objections from anyone else, that's the direction we'll go.