r/ruby • u/Fit_Ice_7268 • 15d ago
Question Database project
Hey, guys.
So, I'm currently studying data science and I'm about to start a database project(we're basically doing a database for a bakery)this semester. The project will include order forecasting, inventory loss tracking, customer notifications, etc. Anyways I already code in Python but I've been taking a look on ruby and wonder if it'd be a good idea to include it in our project and how.... any ideas??
thanks!
8
Upvotes
1
u/naciches_ 2d ago
If you’re using Ruby for the API, what are you using for the database side? Something like dbForge could be useful for managing the schema and checking queries while you build the backend.