# README
Minetest database repositories for the golang
ecosystem
Docs: https://pkg.go.dev/github.com/minetest-go/mtdb
Features
- Read and write users/privs from and to the
auth
database - Read and write player-data and metadata from and to the
player
database - Read and write from and to the
map
(blocks) database - Read and write from the
mod_storage
database
Supported databases:
- Sqlite3 (auth,player,blocks,mod_storage)
- Postgres (auth,player,blocks)
License
Code: MIT
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
parses the "world.mt" file in the world-dir and creates a new context.
creates just the connection to the block-repository.