On Sun, Nov 06, 2011 at 10:12:39AM +0000, David Bovill wrote: > I'd like to be able to use Fossil as data storage for a project I am > working on, this project will in the future need to work on mobile devices. > Sqlite is accessible on these devices, would a minimal mobile version of > Fossil for use as local data storage be feasible? Fossil is not a library, but rather an executable program. This is a crucial difference compared to plain sqlite which you simply can load into your own program and call the API it exposes.
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

