This class can be used to parse and extract information from HTML documents using a query language similar to SQL to define the information to be extracted.
The class can open HTML documents stored as local files or as remote pages using the Snoopy class.
The class can execute a query with a syntax similar to SQL SELECT statements to search an find certain tags in the opened document with attributes that match query condition.
The occurrences that it find are returned as result set rows that may contain a given list of attributes of the matched tags.
SQL
Jonas-John
License:BSD
web-based
class
html
HTTP
PHP
Programming
htmlSQL
libpqxx is a front-end for writing C++ programs that use PostgreSQL. It supersedes the libpq++ interface.
Development
Database
SQL
Programming
C++
postgres
License:BSD
libpqxx
PostgreSQL is a Object-Relational DBMS supporting almost all SQL constructs, including subselects, transactions, and user-defined types and more. The name comes from the fact that many of the original developers also worked on Ingres, and so this is the “post-ingres” database. Design for the system began in 1986, with an explicit goal of providing a database that completely supported types with the minimum number of features necessary. By the early 1990s, the database had reached a significant number of users. Around this time, its status as a University of California, Berkeley project ended, but due to the open source license, development continued, as it does to this day.
PostgreSQL is seen as the most popular open source database after MySQL, although it has in many ways more advanced and more mature implementations of key features, particularly those required by heavy-duty OLTP applications.
Useful links:
An overview of features.
postgresql
Database
License:BSD
ingres
DBI
ODBC
JDBC
SQL
DBMS
object-relational