All Projects → zopefoundation → Zodb

zopefoundation / Zodb

Licence: other
Python object-oriented database

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Zodb

Tinydb
TinyDB is a lightweight document oriented database optimized for your happiness :)
Stars: ✭ 4,713 (+945.01%)
Mutual labels:  database
Tensorbase
TensorBase BE is building a high performance, cloud neutral bigdata warehouse for SMEs fully in Rust.
Stars: ✭ 440 (-2.44%)
Mutual labels:  database
Goleveldb
LevelDB key/value database in Go.
Stars: ✭ 4,783 (+960.53%)
Mutual labels:  database
Siridb Server
SiriDB is a highly-scalable, robust and super fast time series database. Build from the ground up SiriDB uses a unique mechanism to operate without a global index and allows server resources to be added on the fly. SiriDB's unique query language includes dynamic grouping of time series for easy analysis over large amounts of time series.
Stars: ✭ 438 (-2.88%)
Mutual labels:  database
Android Orma
An ORM for Android with type-safety and painless smart migrations
Stars: ✭ 442 (-2%)
Mutual labels:  database
Objective Leveldb
An Objective-C database library built over Google's LevelDB
Stars: ✭ 446 (-1.11%)
Mutual labels:  database
Tempesta
The Linux Application Delivery Controller
Stars: ✭ 429 (-4.88%)
Mutual labels:  database
Turbodbc
Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
Stars: ✭ 449 (-0.44%)
Mutual labels:  database
Qmgo
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.
Stars: ✭ 444 (-1.55%)
Mutual labels:  database
Alisql
AliSQL is a MySQL branch originated from Alibaba Group. Fetch document from Release Notes at bottom.
Stars: ✭ 4,439 (+884.26%)
Mutual labels:  database
Ramsql
In-memory SQL engine in Go sql/driver for testing purpose
Stars: ✭ 437 (-3.1%)
Mutual labels:  database
Coast
The fullest full stack clojure web framework
Stars: ✭ 442 (-2%)
Mutual labels:  database
Go Mysql Server
A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
Stars: ✭ 445 (-1.33%)
Mutual labels:  database
Lodash Id
Makes it easy to manipulate id-based resources with lodash or lowdb
Stars: ✭ 434 (-3.77%)
Mutual labels:  database
Cockroach
CockroachDB - the open source, cloud-native distributed SQL database.
Stars: ✭ 22,700 (+4933.26%)
Mutual labels:  database
Bigrquery
An interface to Google's BigQuery from R.
Stars: ✭ 430 (-4.66%)
Mutual labels:  database
Ruby Pg
A PostgreSQL client library for Ruby
Stars: ✭ 446 (-1.11%)
Mutual labels:  database
Symmetric Ds
SymmetricDS is a database and file synchronization solution that is platform-independent, web-enabled, and database agnostic. SymmetricDS was built to make data replication across two to tens of thousands of databases and file systems fast, easy and resilient. We specialize in near real time, bi-directional data replication across large node networks over the WAN or LAN.
Stars: ✭ 450 (-0.22%)
Mutual labels:  database
Influxdb
Scalable datastore for metrics, events, and real-time analytics
Stars: ✭ 22,577 (+4905.99%)
Mutual labels:  database
Graphql Compiler
Turn complex GraphQL queries into optimized database queries.
Stars: ✭ 447 (-0.89%)
Mutual labels:  database

======================================= ZODB, a Python object-oriented database

.. image:: https://img.shields.io/pypi/v/ZODB.svg :target: https://pypi.org/project/ZODB/ :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/ZODB.svg :target: https://pypi.org/project/ZODB/ :alt: Supported Python versions

.. image:: https://travis-ci.com/zopefoundation/ZODB.svg?branch=master :target: https://travis-ci.com/zopefoundation/ZODB :alt: Build status

.. image:: https://coveralls.io/repos/github/zopefoundation/ZODB/badge.svg :target: https://coveralls.io/github/zopefoundation/ZODB :alt: Coverage status

.. image:: https://readthedocs.org/projects/zodb-docs/badge/?version=latest :target: https://zodb-docs.readthedocs.io/en/latest/ :alt: Documentation status

ZODB provides an object-oriented database for Python that provides a high-degree of transparency. ZODB runs on Python 2.7 or Python 3.4 and above. It also runs on PyPy.

  • no separate language for database operations

  • very little impact on your code to make objects persistent

  • no database mapper that partially hides the database.

    Using an object-relational mapping is not like using an object-oriented database.

  • almost no seam between code and database.

ZODB is an ACID Transactional database.

To learn more, visit: https://zodb-docs.readthedocs.io

The github repository is: at https://github.com/zopefoundation/zodb

If you're interested in contributing to ZODB itself, see the developer notes <https://github.com/zopefoundation/ZODB/blob/master/DEVELOPERS.rst>_.

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].