Leon

ArangoDB ORM, Client and Driver for the Crystal Language.

Leon

Leon is an open source ArangoDB Client driver and ORM for the Crystal Language.

Requirements

  • Crystal Language 0.35.0
  • ArangoDB 3.4 or Higher

Installation

dependencies:
	leon:
		github: ForetagInc/Leon

Usage

require "leon"

client = Leon::Client.new("http://localhost:8529", "root", "")
database = client.database("database")

# Async (https://www.arangodb.com/docs/stable/http/async-results-management.html)
client.async = true
Repository

Leon

Owner
Statistic
  • 2
  • 1
  • 0
  • 0
  • 2
  • about 3 years ago
  • May 8, 2020
License

MIT License

Links
Synced at

Thu, 02 May 2024 09:13:12 GMT

Languages