All Projects → sqlobject → Sqlobject

sqlobject / Sqlobject

Licence: lgpl-2.1
SQLObject, an object-relational mapper for Python

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Sqlobject

Ebean
Ebean ORM
Stars: ✭ 1,172 (+1005.66%)
Mutual labels:  sql, orm
Sql
A delightful SQL ORM ☺️
Stars: ✭ 89 (-16.04%)
Mutual labels:  sql, orm
Marlow
golang generator for type-safe sql api constructs
Stars: ✭ 83 (-21.7%)
Mutual labels:  sql, orm
Examples Orms
Sample uses of CockroachDB with popular ORMs
Stars: ✭ 65 (-38.68%)
Mutual labels:  sql, orm
Oxidizer
📦 A Rust ORM based on tokio-postgres and refinery
Stars: ✭ 100 (-5.66%)
Mutual labels:  sql, orm
Dbx
A neat codegen-based database wrapper written in Go
Stars: ✭ 68 (-35.85%)
Mutual labels:  sql, orm
Sequelize
Sequelize module for Nest framework (node.js) 🍈
Stars: ✭ 88 (-16.98%)
Mutual labels:  sql, orm
Reform
A better ORM for Go, based on non-empty interfaces and code generation.
Stars: ✭ 1,103 (+940.57%)
Mutual labels:  sql, orm
Elasticsearch
Use SQL statements to query elasticsearch
Stars: ✭ 98 (-7.55%)
Mutual labels:  sql, orm
Nymph
Data objects for JavaScript and PHP.
Stars: ✭ 97 (-8.49%)
Mutual labels:  sql, orm
Pqt
Postgres schema definition, sql/go, code generation package.
Stars: ✭ 65 (-38.68%)
Mutual labels:  sql, orm
Phero
这个是一个独立的orm组件可以使用在任何系统中,提供灵活的orm操作,注解形式的数据库和类的映射。This is a database query tool library. swoole mysql pool.
Stars: ✭ 100 (-5.66%)
Mutual labels:  sql, orm
Sqlite orm
❤️ SQLite ORM light header only library for modern C++
Stars: ✭ 1,121 (+957.55%)
Mutual labels:  sql, orm
F3 Cortex
A multi-engine ORM / ODM for the PHP Fat-Free Framework
Stars: ✭ 101 (-4.72%)
Mutual labels:  sql, orm
Objectivesql
ObjectiveSQL is an ORM framework in Java based on ActiveRecord pattern, which encourages rapid development and clean, codes with the least and convention over configuration.
Stars: ✭ 1,109 (+946.23%)
Mutual labels:  sql, orm
Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (-20.75%)
Mutual labels:  sql, orm
Gorose
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
Stars: ✭ 947 (+793.4%)
Mutual labels:  sql, orm
Fluent
Vapor ORM (queries, models, and relations) for NoSQL and SQL databases
Stars: ✭ 1,071 (+910.38%)
Mutual labels:  sql, orm
Jplusone
Tool for automatic detection and asserting "N+1 SELECT problem" occurences in JPA based Spring Boot Java applications and finding origin of JPA issued SQL statements in general
Stars: ✭ 91 (-14.15%)
Mutual labels:  sql, orm
Fastsql
Database rapid development framework for Java(数据库快速开发框架).
Stars: ✭ 100 (-5.66%)
Mutual labels:  sql, orm

SQLObject 3.9.2a0

Thanks for looking at SQLObject. SQLObject is an object-relational mapper, i.e., a library that will wrap your database tables in Python classes, and your rows in Python instances.

It currently supports MySQL, PostgreSQL and SQLite; connections to other backends - Firebird, Sybase, MSSQL and MaxDB (also known as SAPDB) - are lesser debugged).

Python 2.7 or 3.4+ is required.

For more information please see the documentation in <docs/SQLObject.rst>_, or online at http://sqlobject.org/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].