Forums

How to add SQLite to a project

When starting options are availble for utilizing MySQL or Postgres, but I would like to use SQLite for reasons of package preference that i'll be installing. Could you provide the syntax for connection or is there a built mechanism of using SQLite that is already stored or initiated witin python anywhere?

It depends on the project -- is it a web app? Which framework are you going to use (eg. SQLite would be the default in Django)?