The develop
branch of Frappe Framework supports sqlite as of today.
You can try it out by creating a new site:
-
Update dependencies:
bench setup requirements
-
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.