Minimal wrapper for PostgreSQL designed for the Byte framework This project is still in WIP and will remain like so for a long time until the Byte framework reaches a stable release.
This project uses bun and jade for the build process. Once both of those dependencies are installed, simply cd
into the project directory and run jade .
.
Add the convar pg_connection_string
containing your PostgreSQL connection string into the server.cfg
.
Here is an example on how that would look like:
set pg_connection_string "postgres://user:password@localhost:5432/database"