load a perl DBIx::Class schema with python
Project description
dbix
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.
Free software: Apache Software License 2.0
Documentation: https://dbix.readthedocs.io.
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
Built Distribution
File details
Details for the file dbix-0.1.4.tar.gz
.
File metadata
- Download URL: dbix-0.1.4.tar.gz
- Upload date:
- Size: 48.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8473b404a8f5006d53ee0800ff813e1f7b7b676492281a4f6b95ec6374646618 |
|
MD5 | 36c3795a52212de605605846fd01de62 |
|
BLAKE2b-256 | 0561ad207243bd7eb59d50e2de3ee258a6fe20883a30ae79938df19a8b3168c9 |
File details
Details for the file dbix-0.1.4-py2.7.egg
.
File metadata
- Download URL: dbix-0.1.4-py2.7.egg
- Upload date:
- Size: 49.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 072e099dcd2413187f771858653b2788d45055b40aa0abe9a50a752fb1939679 |
|
MD5 | 67e23a0de9cd6539df2ef80c7ff23602 |
|
BLAKE2b-256 | 4a4d1245e431f7422742701c7c27a51c22582ec5f15a9c306f25d7734cce323e |