44c5f0ff2d
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. WWW: http://www.sqlalchemy.org/ PR: ports/101920 Submitted by: Dryice Liu <dryice@dryice.name> Approved by: krion (mentor)
13 lines
496 B
Text
13 lines
496 B
Text
%%PYTHON_SITELIBDIR%%/SQLAlchemy-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
|
|
%%EXAMPLEDIR%%/adjacencytree/basic_tree.py
|
|
%%EXAMPLEDIR%%/adjacencytree/byroot_tree.py
|
|
%%EXAMPLEDIR%%/backref/backref_tree.py
|
|
%%EXAMPLEDIR%%/polymorph/concrete.py
|
|
%%EXAMPLEDIR%%/polymorph/polymorph.py
|
|
%%EXAMPLEDIR%%/polymorph/single.py
|
|
%%EXAMPLEDIR%%/vertical/vertical.py
|
|
@dirrm %%EXAMPLEDIR%%/adjacencytree
|
|
@dirrm %%EXAMPLEDIR%%/backref
|
|
@dirrm %%EXAMPLEDIR%%/polymorph
|
|
@dirrm %%EXAMPLEDIR%%/vertical
|
|
@dirrm %%EXAMPLEDIR%%
|