diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-05 08:21:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-05 08:21:12 +0800 |
commit | c973f438f18da4778c7a5ffc8a7cead5289674f3 (patch) | |
tree | de3100a7b5be67255e58c160e987b0ac8ac0e60f /databases/Makefile | |
parent | 49c0e305accc0c4cc2f23c5a8802c2de8199d7ea (diff) | |
download | freebsd-ports-gnome-c973f438f18da4778c7a5ffc8a7cead5289674f3.tar.gz freebsd-ports-gnome-c973f438f18da4778c7a5ffc8a7cead5289674f3.tar.zst freebsd-ports-gnome-c973f438f18da4778c7a5ffc8a7cead5289674f3.zip |
pyodbc is a Python module that allows you to use ODBC to connect to
almost any database from Windows, Linux, OS/X, and more.
It implements the Python Database API Specification v2.0, but
additional features have been added to simplify database
programming even more.
WWW: http://code.google.com/p/pyodbc/
PR: ports/133757
Submitted by: Robet Kruus <rob.kruus@gmail.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 9366b4dd121d..9c1eabac616f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -530,6 +530,7 @@ SUBDIR += py-memcached SUBDIR += py-migrate SUBDIR += py-mssql + SUBDIR += py-odbc SUBDIR += py-oops SUBDIR += py-pg8000 SUBDIR += py-pg_pqueue |