An open API service indexing awesome lists of open source software.

https://github.com/r0man/postgis.spec

Clojure specs and generators for PostGIS types
https://github.com/r0man/postgis.spec

Last synced: 10 months ago
JSON representation

Clojure specs and generators for PostGIS types

Awesome Lists containing this project

README

          

* postgis.spec
#+author: r0man
#+LANGUAGE: en

[[https://clojars.org/postgis.spec][https://img.shields.io/clojars/v/postgis.spec.svg]]
[[https://github.com/r0man/postgis.spec/actions?query=workflow%3A%22Clojure+CI%22][https://github.com/r0man/postgis.spec/workflows/Clojure%20CI/badge.svg]]
[[https://versions.deps.co/r0man/postgis.spec][https://versions.deps.co/r0man/postgis.spec/status.svg]]
[[https://versions.deps.co/r0man/postgis.spec][https://versions.deps.co/r0man/postgis.spec/downloads.svg]]

Clojure specs and generators for PostGIS types.

** Usage

#+BEGIN_SRC clojure :exports code :results silent
(require '[clojure.spec.alpha :as s])
(require '[postgis.spec :as postgis])

(s/exercise ::postgis/geometry)
#+END_SRC

** License

Copyright © 2017 [[https://github.com/r0man][r0man]]

Distributed under the Eclipse Public License, the same as Clojure.