(by-code db code & [opts])Find all rows in db by code.
Find all rows in `db` by `code`.
(by-country-count db country-count & [opts])Find all rows in db by country-count.
Find all rows in `db` by `country-count`.
(by-created-at db created-at & [opts])Find all rows in db by created-at.
Find all rows in `db` by `created-at`.
(by-geom db geom & [opts])Find all rows in db by geom.
Find all rows in `db` by `geom`.
(by-id db id & [opts])Find all rows in db by id.
Find all rows in `db` by `id`.
(by-location db location & [opts])Find all rows in db by location.
Find all rows in `db` by `location`.
(by-name db name & [opts])Find all rows in db by name.
Find all rows in `db` by `name`.
(by-region-count db region-count & [opts])Find all rows in db by region-count.
Find all rows in `db` by `region-count`.
(by-spot-count db spot-count & [opts])Find all rows in db by spot-count.
Find all rows in `db` by `spot-count`.
(by-updated-at db updated-at & [opts])Find all rows in db by updated-at.
Find all rows in `db` by `updated-at`.
(by-user-count db user-count & [opts])Find all rows in db by user-count.
Find all rows in `db` by `user-count`.
(continent? x)Return true if x is a continent, otherwise false.
Return true if `x` is a continent, otherwise false.
(delete! db record & [opts])Delete the record from db.
Delete the `record` from `db`.
(delete-all! db records & [opts])Delete all records from db.
Delete all `records` from `db`.
(exists? db record)Returns true if the record exists in db, otherwise false.
Returns true if the `record` exists in `db`, otherwise false.
(gen)(gen db)A generator that produces rows for the :continents table.
A generator that produces rows for the :continents table.
(insert! db record & [opts])Insert record into the db.
Insert `record` into the `db`.
(insert-all! db records & [opts])Insert all records into the db.
Insert all `records` into the `db`.
(north-america db)Find the the continent North America.
Find the the continent North America.
(page-views db continent & [opts])Returns the page views for continent.
Returns the page views for `continent`.
(save-all! db records & [opts])Save all records to db.
Save all `records` to `db`.
(search db
&
[{:keys [distance direction except limit location offset sort query]
:as opts}])Search continents.
Search continents.
(select-batch db rows & [opts])Select the batch of continents rows from table.
Select the batch of continents rows from table.
(select-infer-centroids db)Infer the centroids of all continents from the :geom column in the :countries table.
Infer the centroids of all continents from the :geom column in the :countries table.
(select-top-photos db)Return the top photo for each continent.
Return the top photo for each continent.
(truncate! db & [opts])Truncate the continents table.
Truncate the continents table.
(update! db record & [opts])Update record in the db.
Update `record` in the `db`.
(update-all! db records & [opts])Update all records in the db.
Update all `records` in the `db`.
(update-centroids! db)Infer and update the centroids of all continents from the :geom column in the :countries table.
Infer and update the centroids of all continents from the :geom column in the :countries table.
(update-counters! db)Update the counters of all continents.
Update the counters of all continents.
(update-photos! db)Update the photos of all continents.
Update the photos of all continents.
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 |