Minimal Sqlite support

2006-08-03 by Laurent Bedubourg General

hxBlog now supports sqlite database backend.

The search feature wont work right now with sqlite because hxBlog search queries are based on mysql fulltext search features...

A postgresql backend should be supported as soon as haxe will include a postgresql driver.

The db attribute of the config.xml file must be modified to specify the wanted database driver :

<config 
db="mysql://user:pass@hostname:3306/dbname"
...
db="sqlite://myblogfile.db"
...
/>

Download the hxBlog 0.7 release.

Comments

No comment posted on this entry yet.

Post a comment

On this blog comments are pre-moderated. Your comment will only appear after the blog owner validates it.
Please enter 3253 here.
hXblog engine Haxe Powered Rss flux Valid XHTML 1.0 Valid CSS