db-tables
(&key (schema *schema*) (transform (function identity)))
schema
: string or keyword representing schema
transform
: function of one string variable to transform table
names. use #'keyword-upcase for keyword names
db-table-columns
(schema table &key (transform (function identity)))
schema
: string or keyword representing schema
table
: string or keyword representing the table
transform
: function of one string variable to transform
column names. use #'keyword-upcase for keyword names
db-primary-key
(schema table &key (transform (function identity)))
schema
: string or keyword representing schema
table
: string or keyword representing the table
transform
: function of one string variable to transform
the results. use #'keyword-upcase for keyword names
db-primary-key-columns
(schema table &key (transform (function identity)))
schema
: string or keyword representing schema
table
: string or keyword representing the table
transform
: function of one string variable to transform
column names. use #'keyword-upcase for keyword names