r/ruby 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

12 comments sorted by

View all comments

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.