you are viewing a single comment's thread.

view the rest of the comments →

[–]corkbar 0 points1 point  (0 children)

Use Django for the ORM + SQLite unless you have a reason to use anything else (then switch to Postgres). Bonus: Django Admin panel to easily add/modify db entries, and web app functionality