Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minetest-go/mtdb
minetest database repositories
https://github.com/minetest-go/mtdb
minetest
Last synced: about 1 month ago
JSON representation
minetest database repositories
- Host: GitHub
- URL: https://github.com/minetest-go/mtdb
- Owner: minetest-go
- License: other
- Created: 2022-05-11T09:28:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T04:00:50.000Z (about 2 months ago)
- Last Synced: 2024-09-27T09:01:19.162Z (about 2 months ago)
- Topics: minetest
- Language: Go
- Homepage: https://pkg.go.dev/github.com/minetest-go/mtdb
- Size: 7.24 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
Minetest database repositories for the `golang` ecosystem
![](https://github.com/minetest-go/mtdb/workflows/test/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/minetest-go/mtdb/badge.svg)](https://coveralls.io/github/minetest-go/mtdb)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` databaseSupported databases:
* Sqlite3 (auth,player,blocks,mod_storage)
* Postgres (auth,player,blocks)# License
Code: **MIT**