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

Migration to new service tests and ES6 #8

Merged
merged 5 commits into from
Jan 6, 2016
Merged

Migration to new service tests and ES6 #8

merged 5 commits into from
Jan 6, 2016

Conversation

daffl
Copy link
Member

@daffl daffl commented Jan 6, 2016

With updated documentation and example. There still is some weird counter sorting that we I have to do for some reason. I will track it in a separate issue but since it seems to be how NeDB always behaved it shouldn't break anything.

// Create the service.
class Service {
constructor(options = {}) {
if(!options.db) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To normalize with the other db adapters this should be options.Model. Then it will make it much easier for us to generate.

ekryski added a commit that referenced this pull request Jan 6, 2016
Migration to new service tests and ES6
@ekryski ekryski merged commit 677501f into master Jan 6, 2016
@ekryski ekryski deleted the es6 branch January 6, 2016 05:37
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

Successfully merging this pull request may close these issues.

2 participants