Little Brother Database is a simple email address database,
originally designed for Mutt, but working with other software.
It can query multiple backends, including local files of many
formats, and some network sources, including finger and
YP/NIS. LDAP support is available in the lbdb-ldap package.
requested by marco@
No longer use modbuild.
Tweak regress_depends (from simon) and run_depends
Patch Makefile.PL to not run to CPAN for RUN_DEPENDS.
ok and help from simon@
pg_top is 'top' for PostgreSQL. It is derived from Unix Top. Similar
to top, pg_top allows you to monitor PostgreSQL processes. It also
allows you to:
* View currently running SQL statement of a process.
* View query plan of a currently running SELECT statement.
* View locks held by a process.
* View user table statistics.
* View user index statistics
man page suggestion from sthen - thanks!
feedback and ok merdely
The DBD::Chart provides a DBI abstraction for rendering pie charts, bar
charts, box&whisker charts (aka boxcharts), histograms, Gantt charts,
and line, point, and area graphs.
ok merdely@
it makes more sense to add devhelp as run_depends for gnome-session and
leave it to the user to install it manually for other packages
"if you're as happy as a pig in poop, commit it" jasper@
it from the default. Remove the section, people running systems large
enough to need a higher value should already know about the sysctl.
Diff from Brad (MAINTAINER) after a suggestion from me.
pyPgSQL is a package of two modules that provide a Python DB-API 2.0
compliant interface to PostgreSQL databases. The first module, libpq,
exports the PostgreSQL C API to Python. This module is written in C and
can be compiled into Python or can be dynamically loaded on demand. The
second module, PgSQL, provides the DB-API 2.0 compliant interface and
support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY,
BOOL, ARRAYS, etc. This module is written in Python.
From Pierre-Emmanuel Andre <pea at raveland dot org> (MAINTAINER).
ok merdely@
PyGreSQL is a BSD licensed open-source Python module that interfaces
to a PostgreSQL database. It embeds the PostgreSQL query library to
allow easy use of the powerful PostgreSQL features from a Python
script.
From MAINTAINER Laurence Tratt <laurie at tratt dot net>.
ok merdely@
mapper. Its primary goal is to provide an object-oriented layer with
what we consider to be the key aspects of OO, i.e. polymorphism and
message dispatch, without hindering the power of an RDBMS. It is
designed to "feel pythonic", without encouraging the typical ORM
behavior such as potato programming.
Axiom provides a full interface to the database, which strongly
suggests that you do not write any SQL of your own. Metaprogramming is
difficult and dangerous (as many, many SQL injection attacks amply
demonstrate). Writing your own SQL is still possible, however, and
Axiom does have several methods which return fragments of generated
schema if you wish to use them in your own queries.
ok martynas@
binary suid root.
This caused lots of problems with the calendar and other stuff because the
evolution-data-server didn't run correctly.
Well, evolution-data-server is currently broken because of the libsoup
major update. It needs an update to a more recent version.