meteor / postgres-packages

Early preview of PostgreSQL support for Meteor (deprecated, here for historical reasons)
http://meteor-postgres.readthedocs.org/
158 stars 25 forks source link

Design a way for packages to know which database driver to use #6

Open stubailo opened 9 years ago

stubailo commented 9 years ago

Many packages, like accounts-base, need to be able to run database-specific code. They need a way to discover which database they should run against.

mariobriggs commented 9 years ago

1 approach in this #18