Eve-of-Darkness / db-public

Vanilla database for Dawn of Light
19 stars 19 forks source link

Add SQLite export #239

Closed NetDwarf closed 2 years ago

NetDwarf commented 2 years ago

Change escaped double quotes to "" instead of \" (incompatible with SQLite) Rename schema folder to mysql_schema Add sqlite_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

NetDwarf commented 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.

LRFalk01 commented 2 years ago

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.

NetDwarf commented 2 years ago

Yeah, this is ready to merge. The move to release binaries should be done in a separate PR I think.