is to create an ORM which is fast, thread-safe and feature-rich.
WWW: http://datamapper.org
PR: ports/143517
Submitted by: Jyun-Yan You <jyyou at cs.nctu.edu.tw>
with OpenNMS, this is the preferred version for use as is offers better
performance
WWW: http://www.opennms.org/wiki/IPLIKE
PR: ports/142581
Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk>
and Visual FoxPro .dbf files (including memos).
Currently supports dBase III, and FoxPro - Visual FoxPro 6 tables.
Text is returned as unicode, and codepage settings in tables are
honored. Documentation needs work, but author is very responsive
to e-mails.
WWW: http://pypi.python.org/pypi/dbf/
and "SHOW VARIABLES LIKE..." then attempts to produce
sane recommendations for tuning server variables.
It is compatible with all versions of MySQL 3.23 - 5.1.
WWW: https://launchpad.net/mysql-tuning-primer
PR: ports/140641
Submitted by: Joe Horn <joehorn at gmail.com>
databases using mysqldump.
Features:
- Backup mutiple databases
- Single backup file or to a seperate file for each DB
- Compress backup files
- Backup remote servers
- E-mail logs
WWW: https://sourceforge.net/projects/autobackupmysql
PR: ports/141846
Submitted by: Frank Wall <fw at moov.de>
All code, at first, is written in pure Python so that py-postgresql will work
anywhere that you can install Python 3. Optimizations in C are made where
needed, but are always optional.
Prepared Statements
Using the PG-API interface, protocol-level prepared statements may be created
and used multiple times. db.prepare(sql)(*args)
COPY Support
Use the convenient COPY interface to directly copy data from one connection to
another. No intermediate files or tricks are necessary.
Arrays and Composite Typescw
Arrays and composites are fully supported. Queries requesting them will returns
objects that provide access to the elements within.
"pg_python" Quick Console
Get a Python console with a connection to PostgreSQL for quick tests and simple
scripts.
WWW: http://python.projects.postgresql.org/
PR: ports/137782
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
another database (with same schema) at any time. Use as a constant
dataset for running tests against or for populating development
databases when impractical to use production clones. Describe fixture
set using relations and conditions based on your DBIx::Class schema.
WWW: http://search.cpan.org/dist/DBIx-Class-Fixtures/
databases/pgpool-II-22 and upgrade databases/pgpool-II to 2.3.
- Record $CONFLICTS each other.
Please note upgrade from 2.2.6 to 2.3 causes small incompatibility
(read NEWS file in distribution).
the Mongo database from Python. The pymongo package is a native
Python driver for the Mongo database. The gridfs package is a
gridfs implementation on top of pymongo.
WWW: http://github.com/mongodb/mongo-python-driver
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: http://www.mongodb.org/
PR: ports/140257 [1]
ports/140144 [2]
ports/140489 [2]
Submitted by: Ivan Voras <ivoras@FreeBSD.org> [1]
Mirko Zinn <mail@derzinn.de> [2]
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: http://www.mongodb.org/
PR: ports/140144 [1]
ports/140257 [2]
ports/140489 [1]
Submitted by: Mirko Zinn <mail@derzinn.de> [1]
Ivan Voras <ivoras@FreeBSD.org> [2]
The 'pg' module is the newer module, that has been greatly improved, and
is almost a complete rewrite. It is not backwards compatible. Use this module
for newly written code. It should be more stable, less buggy, and has more
features.
LICENSE: BSD or GPL2
WWW: http://rubyforge.org/projects/ruby-pg/
Once FreeBSD 8.0 ships, I'll update all the USE knobs that are
necessary to allow other ports to make use of this port.
PR: ports/138831
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: portmgr@
It encapsulates many web conventions in the generated UIs as default
behaviours. For example, email addresses are by default rendered as
mailto links in tables and appropiate validation is enforced
automatically in forms. These behaviours are highly extensible.
Renderer uses CGI::FormBuilder to generate forms and the Google Chart
API to render charts. Template::Toolkit is used for template processing,
however, Renderer can dynamically generate a full set of UIs without
any templates.
WWW: http://search.cpan.org/dist/Rose-DBx-Object-Renderer
sits on top of a powerful database abstraction layer (DBAL).
One of its key features is the option to write database queries in a
proprietary object oriented SQL dialect called Doctrine Query
Language (DQL), inspired by Hibernate's HQL. This provides developers
with a powerful alternative to SQL that maintains flexibility without
requiring unnecessary code duplication.
WWW: http://www.doctrine-project.org/
Feature safe: yes
This version support git version 0.08 or later of Redis available at
git://github.com/antirez/redis
WWW: http://search.cpan.org/dist/Redis/
PR: ports/138951
Feature safe: yes
Submitted by: Gea-Suan Lin <gslin at gslin.org>
and contacts with your google account.
WWW: http://code.google.com/p/libgcal/
PR: ports/137996
Submitted by: Troels Kofoed Jacobsen <tkjacobsen at gmail.com>
files into a human-readable form. You can format/dump the files
several ways as well as dumping straight binary. This utility is
intended to aid in the understanding of the internal contents of a
PostgreSQL block.
WWW: http://sources.redhat.com/rhdb/utilities.html