(delete! env deletable)(delete! env deletable params)(delete! env deletable params decomposition-schema-overrides)(exec-internal-db-script db-spec db-script-name)(exec-internal-db-script db-spec db-script-name params)(get-env db-spec)(get-env db-spec config)Gets the env information from a database. It will list all tables and views and return a map where keys are table names and values are relations. In case of the non-default schemas, namespaced keys will be used, where the namespace will be the schema name.
Gets the env information from a database. It will list all tables and views and return a map where keys are table names and values are relations. In case of the non-default schemas, namespaced keys will be used, where the namespace will be the schema name.
(insert! env insertable data)(insert! env insertable data decomposition-schema-overrides)(select! env relation)(select! env relation params)(select! env relation params decomposition-schema-overrides)Selects the results based on the relation and returns them decomposed.
Selects the results based on the relation and returns them decomposed.
(select-one! env relation)(select-one! env relation params)(select-one! env relation params decomposition-schema-overrides)Selects the results based on the relation and returns the first one decomposed. This will not change the relation by adding a limit
Selects the results based on the relation and returns the first one decomposed. This will not change the relation by adding a limit
(update! env updatable updates)(update! env updatable updates params)(update! env updatable updates params decomposition-schema-overrides)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |