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
UnityNpgsqlnamespace to prevent some nasty conflict with the oldNpgsql.dllused in the Editor domain.
Simply copy the proper UnityNpgsql.dll assembly (Debug or Release) to the Assets/Plugin/ folder in your project.