aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-05-09 11:05:00 +0000
committerJohn Marino <marino@FreeBSD.org>2016-05-09 11:05:00 +0000
commit8271e1e790121a557a5b7a1a832b6543c6ddfde4 (patch)
tree582e541b0e50a87e97cb591c90ac17e504722022 /databases/Makefile
parent3c978d9c6d98ca237f49d580529c9886a565c643 (diff)
downloadports-8271e1e790121a557a5b7a1a832b6543c6ddfde4.tar.gz
ports-8271e1e790121a557a5b7a1a832b6543c6ddfde4.zip
Add new port database/adabase
Thick database bindings for MySQL, PostgreSQL and SQLite written in Ada. This is the first release of AdaBase, an abstraction library that provides a consistent interface to multiple database servers. Currently only one driver for MySQL is provided, but additional ones for SQLite and PostgreSQL are planned for the near term. It's extensible, so support for others such as Firebird, Oracle and MSSQL would be easily possible. AdaBase offers unique features over similar frameworks. For starters, it's limited to database support rather than including many other unwanted components in a "kitchen sink" fashion, and unneeded drivers can be excluded from the library as desired. It's got a developer and commerce friend license (ICS), it comes with good documentation and working examples, and the bindings are thick enough where database server backends can be interchangeable. AdaBase may seem familiar to some users as it was partially inspired by PHP's PDO database framework and is a sequel of sorts to an earlier project by the same author, Pascal Data Objects. WWW: http://jrmarino.github.io/AdaBase/
Notes
Notes: svn path=/head/; revision=414838
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index da811262000c..c4522c4df6b8 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -9,6 +9,7 @@
SUBDIR += R-cran-RSQLite.extfuns
SUBDIR += R-cran-sqldf
SUBDIR += WWWdb
+ SUBDIR += adabase
SUBDIR += adminer
SUBDIR += adodb
SUBDIR += adodb5