Support
Support
- The commercially licensed version of SQL Frames comes with support. Please contact support.
- The localhost free version is supported by the community. You can also try creating an issue.
SQL Frames Version
This template is setup to make use of the latest version of SQL Frames. In case of any unexpected
change, it is possible to revert back to a prior version by updating ./docusaurus.config.js
file.
Look for the following in the file and chang the version field appropriately.
customFields: {
sqlframes: {
version: 'latest', // or any valid version of @sqlframes/repl-app such as 0.12.1
For a list of available versions of @sqlframes/repl-app
checkout npm.
You can also look at the SQL Frames release notes for history of all the version and high level details of new
features and changes.