On Mon, Aug 31, 2015 at 07:49:34PM +0300, Геннадий Забула wrote:
> I want to use firebird database file that itself embedded to an image
> of a filesystem. Let's assume that I already have a parser for images.
> I don't get it about extraction tables to file system and SQLite.

I'm not a big fan of implementing features like this into applications.
If you can mount the image using a loop device (or something similar) or
e.g. a FUSE driver, any application in your system can access files on
it. Implementing it in each application separately would only mean
duplicating the work and introducing specific bugs and problems into
each application.

                                                          Michal Kubecek


------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to