diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2010-12-18 00:10:43 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2010-12-18 00:10:43 +0800 |
commit | f0716703e22447df4c905c6fcd8d43963ea6a8a2 (patch) | |
tree | 9c8259a80cadc54f4f8956023988a406fd915a13 /databases/Makefile | |
parent | 066d2112132d99e768472a50eb11c7d0db38a3cd (diff) | |
download | freebsd-ports-gnome-f0716703e22447df4c905c6fcd8d43963ea6a8a2.tar.gz freebsd-ports-gnome-f0716703e22447df4c905c6fcd8d43963ea6a8a2.tar.zst freebsd-ports-gnome-f0716703e22447df4c905c6fcd8d43963ea6a8a2.zip |
HTSQL ("Hyper Text Structured Query Language") is a high-level query
language for relational databases. The target audience for HTSQL is the
accidental programmer -- one who is not a SQL expert, yet needs a usable,
comprehensive query tool for data access and reporting.
WWW: http://htsql.org/
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 8257585de0ad..27d48d8e62cf 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -633,6 +633,7 @@ SUBDIR += py-flask-sqlalchemy SUBDIR += py-forgetsql SUBDIR += py-gdbm + SUBDIR += py-htsql SUBDIR += py-memcached SUBDIR += py-migrate SUBDIR += py-mssql |