On Mon, 19 Nov 2018 17:16:37 +0100 Dominique Devienne <ddevie...@gmail.com> wrote:
> Most of the SQLite code is platform agnostic, but at some point, it > must interface with the local filesystem on the local platform. While your first challenge will probably be to get a sufficiently modern C compiler for OS 9, Dominique's point will probably turn out to matter more. SQLite is very adaptable; it makes almost no assumptions about OS services. But on a non-Posix, non-Windows OS like yours, you'll have the work of supplying the missing pieces to allow SQLite to open a file, flush writes to disk, and so on. As they say, just a small matter of programming. --jkl _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users