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

feat: interact with NoSQL database, usign the service of the Deta Base #1

Closed
7 tasks done
yeikel16 opened this issue Jan 12, 2022 · 0 comments · Fixed by #3
Closed
7 tasks done

feat: interact with NoSQL database, usign the service of the Deta Base #1

yeikel16 opened this issue Jan 12, 2022 · 0 comments · Fixed by #3
Assignees
Labels
enhancement New feature or request
Projects

Comments

@yeikel16
Copy link
Owner

yeikel16 commented Jan 12, 2022

Implementation from the HTTP API

Methods

  • put  – Stores an item in the database.
  • putMany – Stores a list if items in the database.
  • insert  – Stores an item in the database but raises an error if the key already exists.
  • get  – Retrieves an item from the database by its key.
  • fetch  – Retrieves multiple items from the database based on the provided (optional) filters.
  • delete  – Deletes an item from the database.
  • update  – Updates an item in the database.
@yeikel16 yeikel16 added the enhancement New feature or request label Jan 12, 2022
@yeikel16 yeikel16 self-assigned this Jan 12, 2022
@yeikel16 yeikel16 added this to ToDo in deta-dart via automation Jan 12, 2022
yeikel16 added a commit that referenced this issue Jan 18, 2022
save more than one element in the same call, the list must contain no more than 25 elements.
yeikel16 added a commit that referenced this issue Jan 19, 2022
Creates a new item only if no item with the same key exists. Throw [DetaObjectException] if key already exists.
yeikel16 added a commit that referenced this issue Jan 19, 2022
Retrieves an item from the database by its key.
yeikel16 added a commit that referenced this issue Jan 19, 2022
Deletes an item from the database.
yeikel16 added a commit that referenced this issue Jan 19, 2022
Updates an item in the database.
@yeikel16 yeikel16 moved this from ToDo to In Porgres in deta-dart Jan 19, 2022
yeikel16 added a commit that referenced this issue Jan 21, 2022
Retrieves multiple items from the database based on the
provided (optional) filters.
@yeikel16 yeikel16 linked a pull request Jan 21, 2022 that will close this issue
deta-dart automation moved this from In Porgres to Done Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
deta-dart
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant