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

Multiple databases #7

Closed
darsain opened this issue Aug 22, 2014 · 2 comments
Closed

Multiple databases #7

darsain opened this issue Aug 22, 2014 · 2 comments

Comments

@darsain
Copy link

darsain commented Aug 22, 2014

Instead of:

low('songs').insert({title: 'low!'});

Where the database is defaulted to a global db.json, I'd rather:

var db = low('db.json');
db('songs').insert({title: 'low!'});

So I can separate stuff into multiple databases where need be.

@typicode
Copy link
Owner

Good idea, working on it :)

@typicode
Copy link
Owner

typicode commented Sep 3, 2014

Multiple databases support now available. Thank you for the API advice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants