How can i read a database local file?
Hey @ZpknTr,
Are you wondering how to read a file that acts like a DB (like SQLite) (e.g. a file with a filename like: mydb.db),
A file format that you can store data in like a database (like a flatfile, JSON, CSV, <insert other filetype here),
Connecting to a remote database (and possibly dumping it’s contents somewhere on disk), or?
Depends on the type of data file. You can use Sponge’s SqlService
https://docs.spongepowered.org/master/en/plugin/database.html