NauckIT.PostgreSQLProvider


Welcome to NauckIT.PostgreSQLProvider

NauckIT.PostgreSQLProvider is a PostgreSQL implementation of the ASP.NET 2.0 Membership, Role, Profileprovider and Session-State Store Provider.

Download via NuGet

NuGet Status

To install the NuGet Package, run the following command in the Package Manager Console:

1: 
PM> Install-Package NauckIT.PostgreSQLProvider

Latest Development Source Code

We use Git for source revision control and code sharing.

The Git repository is located at:

1: 
http://github.com/dnauck/AspSQLProvider

The latest source can be checked out with the following command:

1: 
git clone https://github.com/dnauck/AspSQLProvider.git

Samples & documentation

The library comes with comprehensible documentation. It can include tutorials automatically generated from *.fsx files in the content folder. The API reference is automatically generated from Markdown comments in the library implementation.

  • Installation - How to install and run the NauckIT.PostgreSQLProvider

  • Configuration - How to configure the NauckIT.PostgreSQLProvider

  • Debugging - How to debug the NauckIT.PostgreSQLProvider

  • API Reference contains automatically generated documentation for all types, modules and functions in the library. This includes additional brief samples on using most of the functions.

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests.

The library is available under MIT/X11 license, which allows modification and redistribution for both commercial and non-commercial purposes. For more information see the License file in the GitHub repository.

Fork me on GitHub