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
- Host: GitHub
- URL: https://github.com/r0man/postgis.spec
- Owner: r0man
- License: epl-1.0
- Created: 2017-12-04T19:57:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T19:08:03.000Z (over 1 year ago)
- Last Synced: 2025-03-01T08:03:56.753Z (10 months ago)
- Language: Clojure
- Size: 25.4 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Funding: .github/FUNDING.yml
- License: LICENSE
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.