-
Notifications
You must be signed in to change notification settings - Fork 0
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
Shortcut static method to load #7
Comments
joonas-yoon
added a commit
that referenced
this issue
Jan 25, 2023
Merged
joonas-yoon
added a commit
that referenced
this issue
Jan 25, 2023
* change!(db.find): pass key, value into lambda function * feat: create `Condition` to find method * feat(Condition): supports `AND`, `OR` * change!(db.find): restore not to pass object id as key * fix(Condition): compare with None * test(db.find): add unit tests * change exporting module defines * docs: update `Database.find()` * refactor: pull method up into interface * refactor: move method into util module * refactor: reorganize module directories * feat(Database): beautify representation * feat: add decorater to document * fix: add missing dict method * tests: add unit tests for dictionary methods * tests: add `fail()` method * docs: update changes * refactor(tests): rename methods * fix(database): getter with list * docs: update changes and example * feat: add static method `load` (#7) * docs: update changes * fix: change `__version__` to constant value * version up to 0.2.4 * docs: fix wrong urls * build: add more trigger types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jad.Database().load(path)
jad.load(path)
The text was updated successfully, but these errors were encountered: