Skip to main content

load a perl DBIx::Class schema with python

Project description

dbix

https://img.shields.io/pypi/v/dbix.svg https://img.shields.io/travis/alexbodn/dbix.svg Documentation Status Updates

load a perl DBIx::Class schema with python

WHAT IS DBIx::Class ?

DBIx::Class (also known as DBIC) is an extensible and flexible Object/Relational Mapper (ORM) written in Perl. ORMs speed development, abstract data and make it pole, allow you to represent your business rules through OO code and generate boilerplate code for CRUD operations.

see http://www.dbix-class.org/

since perl syntax is quite complex, the input schema might need a few adjustments.

this code does correctly convert the examples included in the tests/schema and tests/example, both original schemas taken from the wild.

psycopg2 is needed for postgresql databases. MySQL-python is needed for mysql databases.

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2017-10-08)

  • First release on PyPI.

Project details


Download files

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

Source Distribution

dbix-0.1.4.tar.gz (48.6 kB view hashes)

Uploaded Source

Built Distribution

dbix-0.1.4-py2.7.egg (49.0 kB view hashes)

Uploaded Source

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