mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 19:30:37 -04:00
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<name>Julien Roy</name>
|
|
<email>julien@jroy.ca</email>
|
|
</maintainer>
|
|
<longdescription>
|
|
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.
|
|
</longdescription>
|
|
<upstream>
|
|
<maintainer>
|
|
<name>Zope Foundation and Contributors</name>
|
|
<email>zope-dev@zope.org</email>
|
|
</maintainer>
|
|
<bugs-to>https://github.com/zopefoundation/zodb/issues</bugs-to>
|
|
<changelog>https://github.com/zopefoundation/zodb/blob/master/CHANGES.rst</changelog>
|
|
<doc>https://zodb-docs.readthedocs.io</doc>
|
|
<remote-id type="github">zopefoundation/zodb</remote-id>
|
|
<remote-id type="pypi">zodb</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|