PostgreSQL
PostgreSQL is a powerful database engine with a uniquely advanced query optimizer and dozens of built in tons, making it an obvious choice for production environments world wide. Now you can integrate it with any web service.
PostgreSQL is a powerful database engine with a uniquely advanced query optimizer and dozens of built in tons, making it an obvious choice for production environments world wide. Now you can integrate it with any web service.
Execute query with data set return
Parameters:
Returns:
Execute query with scalar return
Parameters:
Returns:
Delete items from table
Parameters:
Returns:
Insert single row into table
Parameters:
Returns:
Insert items into table
Parameters:
Returns:
Save items into table (using INSERT or UPDATE)
Parameters:
Returns:
Select data from table
Parameters:
Returns:
Update single row in table
Parameters:
Returns:
Update items in table
Parameters:
Returns:
Create new table
Parameters:
Returns:
Delete table
Parameters:
Returns:
Returns table metadata by name
Parameters:
Returns:
Get tables list for database
Parameters:
Returns:
Execute procedure and returns array of results
Parameters:
Returns:
Execute stored procedure with single return value
Parameters:
Returns:
Execute stored procedure without return value
Parameters:
Returns: