plsm v1.1.0 Plsm.Database protocol

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

Types

t()
t() :: term

Functions

connect(db)
Connect to the given database
create(db, configs)
Create a database struct that implements the Plsm.Database protocol.
get_columns(db, table)
Get the columns for the table that is passed in
get_tables(db)
Get all of the tables that are in the database that was selected