Database Connector
Database Connector allows you to connect to your database directly from your Unity application, without using an intermediary API.
by Rainmade Games
Price History +
Database Connector
Database Connector allows you to connect to your database directly from your Unity application, without using an intermediary API.
Supported database engines:
- PostgreSQL
- MySQL
- SQLite
- MariaDB
- Amazon Aurora
- Azure Database for MySQL
- Google Cloud SQL for MySQL
- Percona Server
- and many more
The connector can be used for:
- game servers running on Unity
- clients needing to connect to a database directly from the Unity app
- other similar use cases
Fully compatible with Mirror, uMMORPG and other multiplayer assets.
Package includes Demo scenes and a Quickstart guide.
Licenses
This asset uses SQLite-net under MIT License; Npgsql under PostgreSQL License; MySqlConnector under MIT License. See Third-Party Notices.txt file in package for details.