Minimal Sqlite support
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 (0)




