Liking cljdoc? Tell your friends :D

metabase.models.database


Databaseclj

(Database)
(Database id)
(Database & kvs)

Entity for 'metabase_database' table; instance of DatabaseInstance.

Entity for 'metabase_database' table; instance of DatabaseInstance.
sourceraw docstring

pk-fieldsclj

(pk-fields {:keys [id]})

Return all the primary key Fields associated with this DATABASE.

Return all the primary key `Fields` associated with this DATABASE.
sourceraw docstring

protected-passwordclj

The string to replace passwords with when serializing Databases.

The string to replace passwords with when serializing Databases.
sourceraw docstring

schema-exists?clj

(schema-exists? {:keys [id]} schema)

Does DATABASE have any tables with SCHEMA?

Does DATABASE have any tables with SCHEMA?
sourceraw docstring

schema-namesclj

(schema-names {:keys [id]})

Return a sorted set of schema names (as strings) associated with this Database.

Return a *sorted set* of schema names (as strings) associated with this `Database`.
sourceraw docstring

tablesclj

(tables {:keys [id]})

Return the Tables associated with this Database.

Return the `Tables` associated with this `Database`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close