https://github.com/masoniteframework/orm-docs
Documentation for Masonite ORM
https://github.com/masoniteframework/orm-docs
documentation orm python
Last synced: 4 months ago
JSON representation
Documentation for Masonite ORM
- Host: GitHub
- URL: https://github.com/masoniteframework/orm-docs
- Owner: MasoniteFramework
- Created: 2020-04-26T00:16:47.000Z (about 6 years ago)
- Default Branch: 2.0
- Last Pushed: 2025-06-14T13:49:13.000Z (12 months ago)
- Last Synced: 2025-08-24T16:54:09.887Z (10 months ago)
- Topics: documentation, orm, python
- Homepage: https://orm.masoniteproject.com
- Size: 301 KB
- Stars: 5
- Watchers: 2
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Masonite ORM was built for the [Masonite Web Framework](https://www.github.com/masoniteframework/masonite) but is built to work in any Python project. It is heavily inspired by the Orator Python ORM and is designed to be a drop in replacement for Orator. Orator was inspired by Laravel's Eloquent ORM so if you are coming from a framework like Laravel or Ruby On Rails you should see plenty of similiarities between this project and Eloquent or Active Record.
Masonite ORM is a beatiful implementation that includues models, migrations, a query builder, seeds, command scaffolding, query scopes, eager loading, model relationships and many more features.
Masonite ORM currently supports MySQL, Maria, Postgres and SQLite databases.