资 源 简 介
PgDroid is an application to allow DBA to connect PostgreSQL database from android device.
This tool is written in C# and use MonoDroid.
For access database PostgreSQL use the Npgsql library. Since Npgsql library cannot be used out-of-box, a custom version is included in this project.
The Npgsql driver version in now build as separate project inside the main solution, and can be downloaded as separate project, out of PgDroid.