#GitHub - dotCore-offsqlite-exporter An...

1 messages · Page 1 of 1 (latest)

charred charm
#

also it would also be cool if you made the transfer of mysql credentials through a menu or console command - editing a config that is not even placed in a separate file is difficult for ordinary server owners

#

you could also make automatic types conversion, the only really necessary userinput is credentials.

jade smelt
#

Also, really cool idea, I'll probably make it into two console / chat commands

#

One to connect to remote database, one to export a table

#

My only concern would be about fetching column types, unsure if GMod supports table_info() or such function, or even have a schema table to retrieve info about existing tables

jade smelt
#

Update: it supports PRAGMA table_info so Imma probably go for it to fetch column order, name & type, rewriting it later today :)

charred charm
#

also you can add feature to make a dump, instead of direct interaction with the remote db - you could just do a dump and save it to a file or copy it to the clipboard.

#

I drew a schema, if I were developing this tool, I would make it something like this:

jade smelt
jade smelt