meteor/postgres-packages

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

Opened this issue · 1 comments

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.

1 approach in this #18