diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-06 08:20:32 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-06 08:20:32 +0800 |
commit | fde0bd6f2732663d9b40f90f43e886a090c5991e (patch) | |
tree | fa2b7840b6eebb3709dfab8fec7a6df41bb28b74 /databases/py-PySQLite11/pkg-descr | |
parent | 9b9c4f8fcad047c2bccf5ec3f902cb14fb4fdbb5 (diff) | |
download | freebsd-ports-gnome-fde0bd6f2732663d9b40f90f43e886a090c5991e.tar.gz freebsd-ports-gnome-fde0bd6f2732663d9b40f90f43e886a090c5991e.tar.zst freebsd-ports-gnome-fde0bd6f2732663d9b40f90f43e886a090c5991e.zip |
New port: databases/py-PySQLite
The goal of the PySQLite project is to develop a Python
extension for SQLite that conforms to the Python Database
API Specification 2.0. SQLite is a powerful embedded
relational database management system in a compact C library.
It offers support for a large subset of SQL92, multiple
tables, indices, transactions and triggers.
PR: ports/43571
Submitted by: Gerhard Häring <gerhard.haering@gmx.de>
Diffstat (limited to 'databases/py-PySQLite11/pkg-descr')
-rw-r--r-- | databases/py-PySQLite11/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/py-PySQLite11/pkg-descr b/databases/py-PySQLite11/pkg-descr new file mode 100644 index 000000000000..b5df121b1e58 --- /dev/null +++ b/databases/py-PySQLite11/pkg-descr @@ -0,0 +1,10 @@ +The goal of the PySQLite project is to develop a Python extension for SQLite +that conforms to the Python Database API Specification 2.0. SQLite is a +powerful embedded relational database management system in a compact C library. +It offers support for a large subset of SQL92, multiple tables, indices, +transactions and triggers. + +WWW: http://pysqlite.sourceforge.net/ +developed by Gerhard Haering and Michael Owens + +- Gerhard Haering <gerhard.haering@gmx.de> |