Are file geodatabases an extension of a different kind of database engine under the hood? For example, are FGDBs a customized version of an SQLite database?
I'm aware that FGDBs are proprietary and inaccessible outside of ArcObjects. But it would still be helpful to know what kind of database Esri might have started with when architecting FGDBs. I assume the core non-spatial database component wasn't built 100% from scratch.
Knowing what the original database was would help inform how we use SQL when writing SQL expressions on FGDBs in ArcGIS. Or even when writing database views on FGDBs*.
Thanks.