summaryrefslogtreecommitdiffstats
path: root/database/dbstep/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/dbstep/DETAILS')
-rwxr-xr-xdatabase/dbstep/DETAILS23
1 files changed, 23 insertions, 0 deletions
diff --git a/database/dbstep/DETAILS b/database/dbstep/DETAILS
new file mode 100755
index 0000000000..6fecf79a02
--- /dev/null
+++ b/database/dbstep/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=dbstep
+ VERSION=0.3.1
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://$SPELL.SourceForge.net
+ LICENSE=GPL
+ DOCS="NEWS README ChangeLog doc/html/* test/*"
+ MD5[0]=75db7650a59990ee56e456127118939c
+ ENTERED=20031222
+ UPDATED=
+SHORT="C++ library for accessing various database systems"
+cat << EOF
+DBStep is a library targeted at C++ developers who need to access
+databases. It consists of a common set of interface classes and some
+drivers for common data sources. Currently available drivers are for
+MySQL, PostgreSQL, SQLite, Firebird/Interbase, and ODBC databases.
+Database access is provided in at two levels: unified API for
+database connection, SQL execution, query result retrieval, and
+methods for mapping class objects to database tables and query
+results.
+EOF