PostgreSQL metadata and table introspection utilities.
PostgreSQL metadata and table introspection utilities.
(get-table-info datasource table-name)Get PostgreSQL table column information.
Args: datasource: PostgreSQL datasource table-name: Table name (string or keyword)
Returns: Vector of column information maps
Get PostgreSQL table column information. Args: datasource: PostgreSQL datasource table-name: Table name (string or keyword) Returns: Vector of column information maps
(table-exists? datasource table-name)Check if a table exists in PostgreSQL.
Args: datasource: PostgreSQL datasource table-name: Table name (string or keyword)
Returns: Boolean - true if table exists
Check if a table exists in PostgreSQL. Args: datasource: PostgreSQL datasource table-name: Table name (string or keyword) Returns: Boolean - true if table exists
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |