FlowFuse runs with MS SQL Server as the core DB
Open
needs-refinement
size:L
task
- Dominant language
- JavaScript
- Stars
- 400
- Forks
- 89
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 146
Description
Investigate the consequences and requirements for running MS SQL Server as the core DB in FlowFuse.
### Initial thoughts on approach
The first task to enable MS SQL Server support will be to add the `tedious` driver to the `package.json` of the forge application.
Next, the mapping of properties from the YAML to the connection.
Any raw SQL queries will need to be assessed for compatibility.
Any conditional logic testing for SQLite or PG will need to have equivalent SQL Server logic
Contributor guide
Assessment
This issue has not been assessed yet.