Packages
Plasm generates Ecto models based on existing database tables and populates the fields of the model.
Current section
Files
Jump to
Current section
Files
lib/database/database.ex
defprotocol Plasm.Database do
def create_connection_string(db)
def tables(db,conn)
def table_fields(db,conn,table)
end