Skip to main content

A graph query engine

Project description

Overview

Projects such as Django and Flask ship with what is known as ORM (object relational mappers). These abstractions expose much of the underlying relational behavior (both in schema and queries).This project on the other hand allows a programmer to stay entirely in the object domain (hiding any relational functionality contained within), while still allowing transparent mapping to a relational database. This transparent mapping functionality is not included in this release.

Installation

Requires python3.x

pip3 install fquery

Running tests:

alias t=pytest-3
t

You can also run it via tox.

License

This project is made available under the Apache License, version 2.0.

See LICENSE.txt for details.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fquery-0.1.tar.gz (20.3 kB view hashes)

Uploaded Source

Built Distribution

fquery-0.1-py3-none-any.whl (26.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page