Skip to content

meteor-stream/meteor-postgres

Repository files navigation

As Meteor has announced that they will be providing native SQL support in the future, we are no longer maintaining this repo. But you can find an maintained version here.

PostgresMeteor

Installation

Run the following from a command line.

meteor add meteorsteam:meteor-postgres

If you had previously downloaded the unstable pre-release, please remove and re-add the package.

Usage

Implementation

We used Node-Postgres on the server and AlaSQL on the client.

Contribution Guidelines

Coming soon.

If you want to make modifications to our package for your project, clone this repo and include the /packages/meteor-postgres folder in your /packages. You will need to add the package to your packages file in .meteor.

License

Released under the MIT license. See the LICENSE file for more info.