ข้อดีของ SQLite

  • Zero configuration
  • Single file database
  • ACID compliant

PHP + SQLite

$pdo = new PDO("sqlite:blog.db");