Additional Methods for Using SQLite with PHP 5

Monday, December 18th, 2006

Welcome to the concluding part of the series Using SQLite with PHP 5. As you ll possibly know PHP 5 comes equipped with a fully-featured RDBMS called SQLite that definitely can make your life as a PHP developer much easier. It s particularly helpful if you want ...

Using Unbuffered Queries and More with SQLite with PHP 5

Monday, December 11th, 2006

Are you one of those PHP developers looking for a tight and powerful RDBMS other than MySQL in order to build your next database-driven website Then hopefully your search is finished. Welcome to the second installment of the series Using SQLite with PHP 5. Comprised ...

Introduction to Using SQLite with PHP 5

Monday, December 4th, 2006

If you use PHP 5 to build web-based applications that access a database you might want to consider SQLite. A lighter option than MySQL this database may still suit your purposes if you don t need all of MySQL s bells and whistles. This three-part series ...

Using SQLite in Python

Wednesday, April 12th, 2006

SQLite is a small C library that implements a self-contained SQL database engine. This article examines pysqlite one of a number of libraries in Python that is used as an interface with SQLite.... (Advertisement) Advanced Reuse and Component-Based Development Free MKS whitepaper. Component based development and component re-use is ...