SQLite, PHP and LinuxTag

Marcus Börger and myself will be presenting a workshop at LinuxTag this July demonstrating our PHP bindings for SQLite and some of the nice features we've cooked up.

  • MySQL and PostgreSQL compatible API
  • high performance "unbuffered" query
  • fast iterator API
  • Call PHP code from within SQL functions
  • Implement aggregate SQL functions in PHP code
  • Outperforms MySQL and PostgreSQL by 2-3 times the speed for many common operations.