Expand description
Rhai wrappers for PostgreSQL client module functions
This module provides Rhai wrappers for the functions in the PostgreSQL client module.
Functionsยง
- pg_
connect - Connect to PostgreSQL using environment variables
- pg_
create_ database - Create a new database in PostgreSQL
- pg_
execute - Execute a query on the PostgreSQL connection
- pg_
execute_ sql - Execute a SQL script in PostgreSQL
- pg_
install - Install PostgreSQL using nerdctl
- pg_
is_ running - Check if PostgreSQL is running
- pg_ping
- Ping the PostgreSQL server
- pg_
query - Execute a query on the PostgreSQL connection and return the rows
- pg_
query_ one - Execute a query on the PostgreSQL connection and return a single row
- pg_
reset - Reset the PostgreSQL client connection
- register_
postgresclient_ module - Register PostgreSQL client module functions with the Rhai engine