Simple Project List Software Map

ORM (Object-relational mapping)
53 projects in result set
最后更新: 2012-02-06 14:22

QsT SQL Tools

QsT SQL ツール - Qt 4.6.0 に基づいて (および高い) システムを ORM 米式 QST でプログラミングのデータベースを向上させるために少しをする機能の選択、挿入、更新、削除および EXEC の単純なクエリを。PostgreSQL は他の言語に移植することができます。

(Machine Translation)
最后更新: 2019-05-31 19:21

LiteSQL C++ Object Persistence Framework

LiteSQL は、C++ ライブラリを C++ オブジェクト リレーショナル データベースをしっかりと統合し、したがって、オブジェクトの永続化レイヤーを提供します。LiteSQL のバックエンドとして oracle MySQL や PostgreSQL SQLite3 をサポートします。

(Machine Translation)
最后更新: 2022-03-15 23:17

DataNucleus

!DataNucleus Java データの永続性およびデータと同様に、JDO は、JPA のフェデレーションを許可する管理プラットフォームを提供し、web サービス インタ フェース。異種データストア (RDBMS、MongoDB、LDAP、Excel、XML、!NeoDatis、JSON、ODF、!BigTable、HBase、カサンドラ) をサポートします

(Machine Translation)
最后更新: 2017-11-05 05:06

Fakoli

Fakoli は、エンティティに基づく迅速なアプリケーション開発フレームワーク PHP です。コア フレームワークに加えて Fakoli/CMS は、Fakoli アプリケーションのコンポーネント ベースのコンテンツ管理機能を提供するために使用できます。

(Machine Translation)
最后更新: 2015-06-05 03:38

POJava

POJava は、データ処理と開発のためのシンプル、軽量 Java ベースの API です。複数の言語とフォーマット、およびさまざまなユーティリティでデータ変換のための無料形式の日付を解析可能な不変 !DateTime オブジェクトが含まれています。

(Machine Translation)
最后更新: 2011-10-19 12:43

NitroORM

Nitro is a really easy to use, very customizable, and extensible ORM for CodeIgniter. It's pure PHP, which means you won't have to install any commandline tools to run it, just one mapping file (or as many as you like), which is as simple as defining a PHP array, and let Nitro create the classes and manage the relations.

(Machine Translation)
最后更新: 2010-08-24 12:41

Entity Extractor

Entity Extractor is an application that generates ORM code from a database structure. It was originally written for generating class codes for Storm (The Canonical ORM for Python), but can be extended to generate ORM code from almost any database type. It is highly configurable, has a simple interface, and allows users to add their own features very easily.

(Machine Translation)
最后更新: 2014-04-14 01:57

InterceptNate

InterceptNate is a Hibernate session and transaction manager that doesn't use any third party library (e.g., Spring Transaction Management). InterceptNate promises over 50% reduction in the size of the DAOs used in a Hibernate-powered application.

(Machine Translation)
最后更新: 2009-05-27 07:30

dbphp

dbphp is a simple, lightweight object relational mapping framework for PHP. By simply extending your existing classes and implementing the dbphp constructor, it provides object relational mapping functionality.

(Machine Translation)
最后更新: 2010-02-17 08:10

RedBeanPHP

RedBeanPHP is a zero-config, easy-to-use object database for PHP and an ORM tool. It works very simply. Just create bean objects and throw them at RedBean. RedBean will analyze your objects and infer a readable, comfortable data scheme from it and create all required tables and columns on the fly. RedBean is not schemaless, it makes neat tables and columns for you, but on the fly without any configuration.

(Machine Translation)
最后更新: 2012-11-29 00:15

python-minidb

minidb is a Python module that utilizes the SQLite3 database library in order to store and retrieve Python objects. It utilizes Python's __slots__ mechanism to determine the column names, and uses the class name for table names. Data is always stored as text in the database, but will be converted using the type specified in __slots__ (which therefore has to be a dict).

(Machine Translation)
最后更新: 2011-01-19 22:33

DBIx-Class

DBIx-Class is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as Perl-ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query.

(Machine Translation)
最后更新: 2010-12-19 01:00

SourceMagic

SourceMagic is a PHP object generator. SourceMagic automatically generates PHP classes and methods from database tables. These automatically generated methods let programmers create, read, update, or delete database records.

(Machine Translation)
最后更新: 2013-08-31 23:43

Reconfigure

Reconfigure is a Python library for parsing and generating a range of configuration file formats. It creates an object mapping for the config file content. Supported configs include Ajenti, BIND9 DNS, Crontabs, Samba CTDB, ISC DHCPD / uDHCPD, NFS /etc/exports,
/etc/fstab, /etc/group, /etc/hosts, iptables-save dump, Netatalk afp.conf, NSD DNS, /etc/passwd, /etc/resolv.conf, Samba, Squid 3, and Supervisord. Parsers are also provided for file formats including .ini, CSV, nginx-like, and JSON.

(Machine Translation)
最后更新: 2010-08-09 13:04

Hermes ORM

Hermes is an ORM for Java based on the ActiveRecord pattern. It supports associations, callbacks, finders, mapping, migrations, transactions, and validation.

(Machine Translation)