Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

facebookarchive/fquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

./setup.py build
./setup.py test
./setup.py install

License

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

See LICENSE.txt for details.

About

Fluent method chaining query functionality.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages