Categorygithub.com/minetest-go/mtdb
modulepackage
1.1.51
Repository: https://github.com/minetest-go/mtdb.git
Documentation: pkg.go.dev

# README

Minetest database repositories for the golang ecosystem

Coverage Status

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.

# Structs

Database connection context.