Breadcrumbs
Tag: "sqlite"
-
Quickstart Guide to SQLite in PHP5
- Author
- Date
- Sun 1 Mar 2009 at 16:14
- Type
- Article
PHP5 includes a built-in SQLite extension that allows you to store data in a database without a standalone database server! Say good-bye to the pesky accompanying MySQL database server that you had to run alongside PHP. SQLite can help you to make your applications more portable, to avoid pesky file-based storage, and more! In this article, Matt goes through the basics you need to get started using SQLite in your PHP applications today!
-
SQLite Overview
- Author
- Date
- Sat 26 Mar 2005 at 23:13
- Type
- Article
SQLite is a simple, zero-configuration relational database engine designed to be embedded in programs. This article introduces the reader to SQLite, providing a jumpstart to its use.
