* Igor Korot <ikoro...@gmail.com> [131227 12:16]:
> Hi ALL,
> Does people use SQLite for Web development? Or web apps are written
> only with mySQL/MS SQL?

  Drupal can use sqlite as its default database. I have used both
  sqlite and MySQL with drupal. SQLite is offered as on option at
  the drupal install. 
  
  PHP is the core PL for drupal. I have used PHP very little, but I
  note that the PHP/drupal PDO database access features the same
  syntax for queries from any of sqlite, mysql or postresql.

  That's a good thing, in my book. And fyi - if you aren't familiar
  with drupal - see drupal.org

  Most certainly I could use sqlite with my own python framework,
  but have chosen to work with MySQL out of sheer momentum, I grok
  that you are probably getting some pretty good pros and cons about
  performance.

  HTH
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to