circulon / orm

This is NOT currently the ORM that Masonite uses. This is a work in progress

Home Page:https://docs.masoniteproject.com/v/v3.0/masonite-orm/introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Masonite

Masonite strives to have extremely comprehensive documentation. All documentation can be Found Here and would be wise to go through the tutorials there. If you find any discrepencies or anything that doesn't make sense, be sure to comment directly on the documentation to start a discussion!

Also be sure to join the Slack channel!

Setting up

To setup the package to get your package up and running, you should first take a look at setup.py and make any packages specific changes there. These include the classifiers and package name.

Then you should create a virtual environment and activate it

$ python3 -m venv venv
$ source venv/bin/activate

Then install from the requirements file

$ pip install -r requirements.txt

This will install Masonite and a few development related packages like pytest.

Finally you can run the tests and start building your application.

$ python -m pytest

Phases

For project phase information and progress please head to the Project Board

About

This is NOT currently the ORM that Masonite uses. This is a work in progress

https://docs.masoniteproject.com/v/v3.0/masonite-orm/introduction

License:MIT License


Languages

Language:Python 99.8%Language:Makefile 0.2%Language:HTML 0.1%