Closed NetDwarf closed 2 years ago
This is mainly for quick testing/setup and building Admin-Sandbox quicker.
Additionally I wanna ask if I should/may also build/release binaries in workflow and remove them from repository.
I am pro removing the binaries from the repo if you have a way to release them automatically.
I think the idea of supporting SQLite is a pretty poor one, but it a decision already made by DOL. As such, I suppose this project should also support it.
Let me know if you view this PR as ready to merge.
Yeah, this is ready to merge. The move to release binaries should be done in a separate PR I think.
Change escaped double quotes to
""
instead of\"
(incompatible with SQLite) Renameschema
folder tomysql_schema
Addsqlite_schema
Add-sqlite
option to export SQLite compatible query (default behavior unchanged) Add workflow to test and release public-db Fix some typos and formatting