Archive for the tag "sqlite"
Using SQLite for this blog
Just to let you know, I created a permanent page (as opposed to a blog article) called “PDO Powered“. You’ll find it in the left sidebar of the blog – right below the link to my “About” page. A few posts back when I wrote about a blog upgrade where I finally fixed my database [...]
Posted: 1 July, 2012 in Identity, Rant, Software.
Tags: pdo, sqlite
Comments: -
Blog updated to 3.4, sqlite database fixed
I just upgraded my blog to WordPress 3.4. My blog’s database backend is not MySQL but instead (for portability reasons) I am using PDO for WordPress, a plugin which uses PDO (a PHP data access abstraction layer) to allow the use a sqlite database; i.e. a simple file. Unfortunately this sqlite backend is not 100% [...]
Posted: 16 June, 2012 in Me, Software.
Tags: pdo, sqlite, wordpress
Comments: 9
