Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

GINO

Compare

  Analyzed about 3 hours ago

GINO - GINO Is Not ORM - is an extremely simple Python ORM, using SQLAlchemy core to define table models, and asyncpg to interact with database. GINO tries to stay in the middle between ORM and non-ORM: GINO operates database rows with "plain old Python objects" - a rollback doesn't magically ... [More] change their values. Any database operations are explicit. There are no dirty models, no sessions, no magic. You have concrete control to the database, through a convenient object interface. GINO depends on asyncpg, which means it works only for PostgreSQL and asyncio, so Python 3.6 is required. Based on SQLAlchemy, gate to its ecosystem is open - feel free to use e.g. Alembic to manage your schema changes. And we specially designed a few candies for the Sanic server. [Less]

11.8K lines of code

14 current contributors

over 3 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

stalactite

Compare

  Analyzed 1 day ago

Stalactite is a non-intrusive ORM thanks to Java method reference usage, it also promotes bounded-context entity graphs by forbidding lazy initialization

92.2K lines of code

0 current contributors

3 days since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: No declared licenses

ODB-ORM

Compare

  Analyzed 1 day ago

ODB is an open-source, cross-platform, and cross-database object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any mapping code. ODB supports MySQL, SQLite ... [More] , PostgreSQL, Oracle, and Microsoft SQL Server relational databases as well as C++98/03 and C++11 language standards. It also comes with optional profiles for Boost and Qt which allow you to seamlessly use value types, containers, and smart pointers from these libraries in your persistent C++ classes. [Less]

209K lines of code

2 current contributors

about 2 months since last commit

0 users on Open Hub

Low Activity
0.0
 
I Use This
Licenses: No declared licenses

Easy PHP Data Objects (EZPDO)

Compare

  Analyzed about 6 hours ago

A simple solution for PHP Object Relational Mapping and Data Persistence

71K lines of code

0 current contributors

over 18 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This

Hibernate Query Editor

Compare

  No analysis available

Hibernate Query Editor (HQE) is a simple application designed to make easy the work of writting HQL/SQL queries for Hibernate. It has simple features like syntax highlight and other editing stuff.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: ACE_TAO_C...

ORMDroid

Compare

  Analyzed 1 day ago

ORMDroid is a simple ORM persistence framework for your Android applications, providing an easy to use, almost-zero-config way to handle model persistence without ever having to deal with Android's built-in database interfaces. ORMDroid is: * Small - ~20k, target of no more than 30k. * ... [More] Simple - No excessive features or support for platforms other than Android. * Flexible - Allowing you to configure what you need to, but at the same time... * Automatic - ... sensible defaults for everything. ORMDroid works with Android API 8 and up. [Less]

1.37K lines of code

0 current contributors

over 1 year since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

ActiveAIRCord

Compare

Claimed by RIADVICE Analyzed 1 day ago

Actionscript 3 ActiveRecord Implementation for AIR

5.23K lines of code

0 current contributors

almost 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

php_propel_behavior_create_entity

Compare

  Analyzed about 4 hours ago

free as in freedom CreateEntity propel behvior to easy up entity creation

79 lines of code

1 current contributors

over 4 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

ORMbit

Compare

  Analyzed about 22 hours ago

A standalone version of Orinoco Framework's built-in Object-relational mapping (ORM).

1.1K lines of code

0 current contributors

3 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

river-framework

Compare

  Analyzed 1 day ago

It is an Object-Document Mapper Framework for NoSQL databases in development stage, written in Java. You will find a presentation about the project at its homepage. About demos, source code, features, known issues, etc., please visit its GitHub repo at ... [More] https://github.com/mariosotil/river-framework. Hopefully this work will be useful for you. I'm looking forward to hear your ideas, comments or questions at mario.sotil at gmail.com [Less]

16.9K lines of code

0 current contributors

over 7 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This