-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Dump data to file #2830
Comments
You can connect a |
I'm trying to embed the database. |
You need to start a server on a port then. go-mysql-server provides this interface. |
How hard would it be to just save the binary of what ever is stored in memory? |
Or would sqlite be what I'm really after? |
Not that hard but we never got around to it. We would take a contribution: |
Is there a single struct somewhere in the memory package that contains all the data? I should be able to use the encode/gob package to save the entire struct as binary |
Is there a way to dump the in-memory data to file and load it back up later?
The text was updated successfully, but these errors were encountered: