An automatic and easy to use SQLite data exporter to remote database for Garry's Mod.
- Download latest available release
- Unzip and open file with a text / code editor
- Edit configuration to match your needs
- Drag and drop the file wherever you want as long as it is executed serverside
lua/autorun/server/
is fine for example
- no matter the amount of data you're trying to retrieve and export
tried with
million row' tables
and it worked fine
- no matter the amount of columns provided
- no matter the column type provided
to be tested and confirmed
- What is mysqloo and where do I download it?
It is a MySQL module used to communicate with databases from Garry's Mod, you can download it here
- It prints the INSERT query in console and doesn't export correctly
Please, ensure that column order is correct in SQE.Config.Columns.
You can print fetcheddata from SQLite
to see the order to use
- It seems that data in my database are duped
Script probably executed twice or more (which shouldn't happen except if you change map / reboot).
TRUNCATE
orDROP
table and execute the script again