Initial SQLite support

The develop branch of Frappe Framework supports sqlite as of today.

You can try it out by creating a new site:

  1. Update dependencies: bench setup requirements

  2. New site: bench new-site test --db-type sqlite

It will have some issues, if you find any, please do post here, or open a GitHub issue (or a pull request if you can fix it!)

This won’t be backported to previous versions, it will be available in the upcoming v16 release - for now the only way to try it is to use the develop branch.

7 Likes

Great. So its only supports upcoming version of v16 and dev branch ,Right?

Correct @Triphina