Login  Register

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

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

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

S04dEGR4gE
7 posts
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
| More
Print post
Permalink

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

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

Best regards,
Jiba