plsm v2.2.1 Plsm.Database protocol
Link to this section Summary
Functions
Connect to the given database
Create a database struct that implements the Plsm.Database protocol
Get the columns for the table that is passed in
Get all of the tables that are in the database that was selected
Link to this section Types
Link to this section Functions
Link to this function
connect(db)
Connect to the given database
Link to this function
create(db, configs)
Create a database struct that implements the Plsm.Database protocol.
Link to this function
get_columns(db, table)
Get the columns for the table that is passed in
Link to this function
get_tables(db)
Get all of the tables that are in the database that was selected