Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iraycd/orango
https://github.com/iraycd/orango
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iraycd/orango
- Owner: iraycd
- License: apache-2.0
- Created: 2021-12-20T17:49:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T18:04:12.000Z (about 3 years ago)
- Last Synced: 2024-10-15T22:53:12.304Z (2 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Orango
======```
go get github.com/iraycd/orango
```Golang driver for ArangoDB.
Here are the things you can do until now:
* Databases : create
* Collections : drop, create, list, truncate
* Documents : save, replace,patch, query (simple query,AQL,Transactions)