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

# 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

# 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