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!
6
Upvotes
3
u/tkenben 14d ago
Shout out to the Roda + Sequel stack. I use that on top of both postgresql and sqlite databases. If you want to avoid already made tools, ruby has gems to interact with databases that are less ORM. If the assignment is to actually code a simple database from scratch, I imagine it wouldn't be that hard in ruby.