Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Sorting #1

wants to merge 5 commits into from

Commits on Jun 28, 2018

  1. Spatial support for PostgreSQL using PostGIS

    This includes support for both geometry and geography columns as well as
    GiST indices (used when passing the `spatial: true`). Client
    representations use GeoJSON (existing MySQL and MS SQL drivers use WKT
    (well-known text)) for compatibility with geospatial libraries such as
    Turf, JSTS, etc.
    mojodna committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    27c6796 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    be999bb View commit details
    Browse the repository at this point in the history
  2. Package.json change to publish

    OKNoah committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    51cf79f View commit details
    Browse the repository at this point in the history
  3. Package.json change to public

    OKNoah committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    334d6aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e65ef1b View commit details
    Browse the repository at this point in the history