eDBI and SQLite
- Posted by jeremy (admin) Sep 12, 2009
- 1359 views
Forked from Re: Bug or Error
ChrisB said...
Hi
Then you'd still be better of using a database system that could handle BLOBs - I know sqlite can, but haven't got around to adding it to the wrappers yet, as I simply haven't needed it.
Chris, have you looked at eDBI any? I include a SQLite driver so eDBI can access SQLite files. It's written in C and it compiles right in the sqlite3.c file so you don't need a sqlite.so/dll.
It also, does not support blob's at this point. I'd be curious for your input.
http://jeremy.cowgar.com/svn/edbi/trunk
You can run eudoc edbi/edbi.e to get basic docs on it, or read the source. They are helpful but not yet complete.
Jeremy