genius-core-client 0.4.0

Genius Core Client Library. Written in Rust and using PyO3 for Python bindings.
Documentation
1
2
3
4
5
6
7
8
9
Feature: Query
  Scenario: Query existing entities
    Given a genius core client
    When I issue a fetch Query
    Then I should get back a list of entities
  Scenario: Upsert Query
    Given another genius core client
    When I issue an HSQL Upsert Query
    Then I should receive an upserted entity