kimsengduong / UnityNpgsql

Fork of Npgsql with a minimal feature set, to be used in Unity3d projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgresql for Unity3d

This is a fork of Npgsql designed to work with the Unity3d engine. It tracks the latest 2.x release. 3.x will never be supported since it relies on "modern" .NET features that are not available in the old Mono runtime of Unity3d.

  • Based on Npgsql 2.2.7
  • Remove support for internationalization.
  • Remove support for HTTPS.
  • Move to the UnityNpgsql namespace to prevent some nasty conflict with the old Npgsql.dll used in the Editor domain.

Usage

Simply copy the proper UnityNpgsql.dll assembly (Debug or Release) to the Assets/Plugin/ folder in your project.

About

Fork of Npgsql with a minimal feature set, to be used in Unity3d projects


Languages

Language:C# 100.0%