A Python object relational mapper for SQLite

python-sqlite-orm A Python object relational mapper for SQLite. Install pip install sqlite-orm Usage Following a basic tutorial to demonstrate how to use the ORM. Define a Post model in a post.py f
Information
Category: Python / ORM
Watchers: 6
Star: 47
Fork: 12
Last update: Sep 24, 2023

Related Repos


ORM
7

mikeckennedy Does Python do extremely too many GCs for ORMs? YES, OMG YES Imagine you need to query a hefty number of records back from the database. The sample ap
 
ORM
4.8k

tiangolo SQLModel is a library for interacting with SQL databases from Python code, with Python objects. It is designed to be intuitive, easy to use, highly compatible, and robust.
 
ORM
18

elmkarami Lightweight library for providing filtering mechanism for your APIs using SQLAlchemy
 
ORM
1.1k

piccolo-orm Piccolo - A fast, user friendly ORM and query builder which supports asyncio.
 
ORM
1.7k

encode ORM package is an async ORM for Python, with support for Postgres, MySQL, and SQLite
 
ORM
12

Rapptz asqlite - a simple and easy to use async wrapper for sqlite3.
 
ORM
5

elespike A Python framework to generate threat models from natural language.
 
Popular
ORM
10.3k

coleifer peewee Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use. a small, expressive ORM python 2.7+ and 3.4+ (developed with 3.6) supports sqlite, mysql, po
 
ORM
35

veelion SanicDB Description SanicDB is a simple wrapper around aiomysql that refer to torndb which is in old Tornado (http://www.tornadoweb.org). Limitations SanicDB only supports Python 3.5 or newer which supp
 
ORM
69

skydoves Awesome Android Persistence A curated list of awesome android persistence libraries about SQLite, ORM, Mobile Database, SharedPreferences, etc. Awesome Repositories Repository Description
 
ORM
3.8k

tortoise Tortoise ORM Introduction Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django. Tortoise ORM was build with relations in mind and admiration for the excellent and p
 
Popular
ORM
6.7k

marshmallow-code marshmallow: simplified object serialization marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes. from datetime import date from p
 
ORM
2.6k

python-gino GINO - GINO Is Not ORM - is a lightweight asynchronous ORM built on top of SQLAlchemy core for Python asyncio. GINO 1.0 supports only PostgreSQL with asyncpg. Free software: BSD license Requires: Python 3.5
 
ORM
80

onyb reobject reobject is an ORM layer for your objects. It allows you to track and query objects at runtime using a familiar query langauge inspired by Django ORM. Note: reobject is NOT a database ORM. It keeps track of regular
 
ORM
7k

kennethreitz Records: SQL for Humans™ Records is a very simple, but powerful, library for making raw SQL queries to most relational databases. Just write SQL. No bells, no whistles. This common task can be surprisingly difficult wi