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

Drop websql and store plain file in dataPath #220

Merged
merged 1 commit into from
Oct 26, 2014

Conversation

EragonJ
Copy link
Member

@EragonJ EragonJ commented Oct 26, 2014

  1. Drop websql because it's hard to debug and maintain
  2. Use nedb as our db backend (nosql friendly API). Because nedb will
    create plain file as db in dataPath, we can debug Atraci more easily
  3. fix a bug that when creating playlist, if you type enter (on mac),
    then Atraci would jump to white screen without any reason and

1. Drop websql because it's hard to debug and maintain
2. Use nedb as our db backend (nosql friendly API). Because nedb will
create plain file as db in dataPath, we can debug Atraci more easily
3. fix a bug that when creating playlist, if you type enter (on mac),
then Atraci would jump to white screen without any reason and
avihaymenahem added a commit that referenced this pull request Oct 26, 2014
Drop websql and store plain file in dataPath
@avihaymenahem avihaymenahem merged commit 528aed9 into Atraci:master Oct 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants