Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/N0tExisting/deta-v
Deta Bindings for V
https://github.com/N0tExisting/deta-v
deta deta-base deta-drive v vlang vlang-library vlang-module
Last synced: about 1 month ago
JSON representation
Deta Bindings for V
- Host: GitHub
- URL: https://github.com/N0tExisting/deta-v
- Owner: N0tExisting
- License: mit
- Created: 2022-05-10T18:19:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T22:24:02.000Z (over 2 years ago)
- Last Synced: 2024-08-04T01:14:23.401Z (5 months ago)
- Topics: deta, deta-base, deta-drive, v, vlang, vlang-library, vlang-module
- Language: V
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-deta - `deta-v`
README
# Deta V
V bindings for [deta](https://deta.sh/).
**⚠️ Warning: This is currently in very early stages of development!**
## Features
- [ ] Drive
- [ ] Upload Files
- [ ] Single Upload
- [ ] Multipart Upload
- [ ] Download Files
- [ ] Delete Files
- [ ] List Files
- [ ] Base
- [ ] Place Single Item
- [ ] Place Multiple Items
- [ ] Insert Single Item
- [ ] Insert Multiple Items
- [ ] Get Single Item
- [ ] Query Multiple Items
- [ ] Update Single Item
- [ ] Update Multiple Items
- [ ] Delete Single Item
- [ ] Delete Multiple Items
- [ ] ORM _(can we support builtin or do we need to implement our own?)_
- [ ] Map to a struct _(like the builtin one)_
- [ ] Custom Query _(What syntax do we want to use?)_