class

Focus::SQLite::QuerySet

Inherits Focus::QuerySet / Reference / Object

Constructors

new(db : DB::Connection | DB::Database)
Source

Instance methods

get_schema
Source
get_table_columns_metadata(db : Focus::DBConn, table_name : String) : Array(Metadata::Column)
Source
get_tables_metadata(table_type : TableType) : Array(Metadata::Table)

table_type can be "table" or "view"

Source