gitana / gitana-javascript-driver

Cloud CMS JavaScript Driver Library
https://www.cloudcms.com
Apache License 2.0
11 stars 10 forks source link

Add connect() and disconnect() methods #5

Closed uzquiano closed 10 years ago

uzquiano commented 12 years ago

In order to unify the approach that the pure JS driver takes with the NodeJS driver, we should move the connect() and disconnect() methods back into the JS core. The JS core will then provide appropriate hook points so that NodeJS config properties loaders can be bolted on.