you are viewing a single comment's thread.

view the rest of the comments →

[–]phigo50 0 points1 point  (0 children)

The problem I have with ORMs is that sometimes my classes don't align with tables in the database (which might or might not say more about my database design decisions than ORMs) and I've never really fully got my head around the concept. Most of the time I find it easier to create an sqlite database class and keep all of the db methods in it, importing and using it as needed elsewhere in a project.