-1
In Access it is possible to link between tables that are in different databases (files), this resource is called in Access table binding. I mean, I can have a table called CLIENTE
in an archive .accdb
and relate it to a table called ENDERECOS
who is in another arquivo.accdb
. This is useful to minimize competition issues and "circumvent" the limit of 2GB per file that Access has.
Is there a similar in Sqlite?
After posting the question I continued researching, and found a reply stating that it would not be possible, that the ATTACH feature would not serve to create foreign keys enter the tables for example.
– Matheus Saraiva
Your question says about relationship not about foreign key.
– Maniero