Postgres Async Library
The WHOLE library is a rewritten(search/replace) version of FiveM-MySQL-Async for Postgres, big thanks to Joel Wurtz for creating FiveM-MySQL-Async, without it this wouldn’t be possible, for me atleast since this is the first thing I’ve created in .NET.
Features
- Async / Sync
- It uses the Npgsql library
- Create and close a connection for each query, the underlying library use a connection pool so only the
postgres auth is done each time, old tcp connections are keeped in memory for performance reasons (I think?)
Download
https://github.com/calle-gunnarsson/fivem-postgres-async/archive/v1.0.0.zip
Changelog
v1.0.0
- First release