ok, let’s start with IFC for relational databases.
First of all: why to do this?
For me the benefits of sql based working are
- well known data-access (like XML too), no parser required
- integrated referencial integrity (not by a seperate test)
- typesave in base-types
- multiuser functionality (many users can work on the same datapool at the same time)
The points 3) and 4) are - as far as I know - not capabilities of SQLite.
But SQLite could be a possible target for IFC-Data.
It is not only a SQLite-theme.