darango 0.2.0
darango: ^0.2.0 copied to clipboard
A Dart driver for ArangoDB. It use the ArangoDB HTTP REST API.
0.2.0 12/11/2023. #
- Updated http library to 1.1.0
- Updated Flutter SDK to 2.19.6
0.1.1 4/11/2022. #
- Added JWT support
0.1.0 3/11/2022. #
- Null safe
- Updated HTTP dependency
0.0.16 28/11/2020. #
- Correct exception
0.0.12 28/10/2020. #
- Add comments
0.0.11 27/10/2020. #
- Add transaction execute
0.0.10 31/08/2020. #
- Add a state for connection
0.0.9 08/08/2019. #
- Correction on update + replace document
0.0.8 08/08/2019. #
- Add function from HTTP API
0.0.7 08/08/2019. #
- Typo correcting
0.0.6 08/08/2019. #
- Document get/delete on key or id
0.0.5 08/08/2019. #
- Same format from arango for _id, _rev, _key
0.0.4 08/08/2019. #
- Document get on key or on id
0.0.3 07/08/2019. #
- Example added
0.0.1 06/08/2019. #
- First realease