DatabaseManager
Wovencore Database (SQLite & mySQL)
Install / Use
/learn @wovencode/DatabaseManagerREADME
DatabaseManager (Wovencore)
by Fhiz (Weaver) MIT licensed https://github.com/wovencode/
Summary
A generic SQLite and mySQL database system for both multiplayer and single-player games.
Features
- Supports both SQLite and mySQL out of the box.
- Hot-swap-able (data content is not transferred).
- Abstraction Layer allows ingetration of additional database systems.
- MiniORM - allows SQLite and mySQL to use same syntax (= write code only once).
Installation
- Install and Open the most recent version of Unity.
- Create a new 3d project.
- Import the package into the blank project.
Quickstart
- Drag the "Database" prefab into your scene.
- Configure the options on the "Database" prefab.
- See the included "Example" files.
Requirements
- Wovencore Tools (https//github.com/wovencode/woco-tools)
Contains Open-Source Code
- SQLite dll
- SQLite Net (https://github.com/praeclarum/sqlite-net)
- mySQL dll
- insthync/UnityMultiplayerARPG_MMO (https://github.com/insthync/UnityMultiplayerARPG_MMO)
Namespace
- Wovencode.Database
Compatibility
- Unity3d 2018-2019 (inclusive)
- Client: Windows, MacOS, Android, iOS, Linux
- Server: Windows, MacOs, Linux
- Single-Player: Windows, MacOS, Android, iOS, Linux
