diff options
author | Anders Nordby <anders@FreeBSD.org> | 2004-11-20 17:07:29 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2004-11-20 17:07:29 +0000 |
commit | 7ec0a5a30fafd14a2046f3ee5078feb19a8cd5e9 (patch) | |
tree | fff3b75cee16b303f0d45f4363b489596e4f2810 /databases/Makefile | |
parent | ccc1551c00efd3c013890bf4c3a63e691a4cbf41 (diff) |
Add forgetSQL, a Python module for object-oriented access to SQL
databases. Supports MySQL and PostgreSQL currently.
Sponsored by: University of Tromsø
Notes
Notes:
svn path=/head/; revision=122016
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 95ff4f781efd..2c3f455e5faf 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -273,6 +273,7 @@ SUBDIR += py-bsddb SUBDIR += py-bsddb3 SUBDIR += py-cdb + SUBDIR += py-forgetsql SUBDIR += py-gdbm SUBDIR += py-memcached SUBDIR += py-mssql |