I use ArcGIS and QGIS and I want to have common protocol and format of my files. To use a separate file for each program is not the best way, I don’t want to make a mess of data. I would ask if SQLite can play the role of gdb file. It is a format that can behave both programs the same (theoretically). I understand that there are differences with the gdb and SQLite but I need to manipulate in both software’s with only a file for local and online use.
Can I use SQLite instead of gdb?