[Release] Postgres Async Library - v1.0.0 Fxserver

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
1 Like

if there are, what are the differences in performances?

In the FiveM environment, not a huge performance change will likely to be noticed positive or negative.

1 Like

It probably wont be any performance improvements, I just did this because i prefer Postgres over MySQL.

2 Likes

Lookie what imma be using for something…

1 Like