Topics


Pages


Content

If you need to handle raw SQL queries and no ORM:

  • Use SQLite library - already installed but only works with SQLite DBs.
  • Install and run SQLAlchemy or Peewee. See pee-wee vs SQLAlchemy comparison.