PostgreSql.Binaries.Lite NuGet Package

Minimum set of binaries of the PostgreSQL database.
The one in this file contains postgresql-10.7-1-windows-x64.zip without doc, include, pgAdmin 4, StackBuilder and symbols.
So, this package can be consumed from the unit tests.
Sample commands to setup a database cluster would be:
- extract
- cd {extractfolder}\pgsql\bin
- initdb -D ..\data
- pg_ctl -D ..\data -o "-p {port}" start
- perform tests
- pg_ctl -D ..\data stop
By default, this will start a database (postgres) and allow postgres user accessing it locally with any password (auth_method = trust).




Got any PostgreSql.Binaries.Lite Question?





Info

Version: 10.7.1
Author(s): M.Rybnikov
Last Update: Tuesday, April 9, 2019
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/mihasic/PostgreSql.Binaries.Lite
NuGet Url: https://www.nuget.org/packages/PostgreSql.Binaries.Lite


Install
Install-Package PostgreSql.Binaries.Lite
dotnet add package PostgreSql.Binaries.Lite
paket add PostgreSql.Binaries.Lite
PostgreSql.Binaries.Lite Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

1.3

avg-downloads-per-day

45

days-since-last-release

1865