How to load data from an sq3 file saved by default_world.save()?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to load data from an sq3 file saved by default_world.save()?

S04dEGR4gE
I don't see a way to load a sq3 in default_world. Is there a way to load the data that were previously saved? Thanks.
Reply | Threaded
Open this post in threaded view
|

Re: How to load data from an sq3 file saved by default_world.save()?

Jiba
Administrator
By "sq3" you mean a Sqlite3 file ? Just use default_world.set_backend(filename = "file.sqlite3") to load it.

Best regards,
Jiba