Database driver / ORM recommendations #1519
Unanswered
frederictobiasc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm wondering what you all choose as database backends in your tonic projects.
So far, it seems MongoDB is a great fit: By setting
All generated structs by tonic can be directly written into the database using the mongodb driver.
For me, this seems quite handy. Do you have other recommendations for database drivers or ORMs that can be conveniently used together with tonic?
I checked diesel. It seems to require extensive annotations on each struct, so this might not be usable as comfortably as mongodb.
Beta Was this translation helpful? Give feedback.
All reactions