-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 [Feature] Add SQLite database to DB dump #1812
Labels
feature
New feature or request
Comments
gtker
pushed a commit
to gtker/vmangos-core
that referenced
this issue
Feb 24, 2023
gtker
pushed a commit
to gtker/vmangos-core
that referenced
this issue
Feb 24, 2023
gtker
pushed a commit
to gtker/vmangos-core
that referenced
this issue
Feb 24, 2023
gtker
pushed a commit
to gtker/vmangos-core
that referenced
this issue
Feb 24, 2023
gtker
pushed a commit
to gtker/vmangos-core
that referenced
this issue
Feb 24, 2023
gtker
pushed a commit
to gtker/vmangos-core
that referenced
this issue
Feb 24, 2023
gtker
pushed a commit
to gtker/vmangos-core
that referenced
this issue
Feb 24, 2023
gtker
pushed a commit
to gtker/vmangos-core
that referenced
this issue
Feb 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 Feature
Add an SQLite database in addition to the raw sql files in order to make access to database contents easier for more people, and provide better grounds for long term archival.
Benefits, Purpose
As I enumerated in the cmangos issue:
Implementation
I'm thinking something similar to what I did for cmangos:
awk
andsqlite
.mysql2sqlite
withawk
and pipe intosqlite
Total size for all databases would be:
.zip
.7z
.zip
is currently used so I'm assuming that's what would be preferred.Let me know if this isn't wanted, otherwise I will come up with a PR soon-ish.
The text was updated successfully, but these errors were encountered: