04aa11aaab
Also, added the program dqb to build DDL codes Working on postgres DDL generator
4 linhas
314 B
Plaintext
Arquivo Executável
4 linhas
314 B
Plaintext
Arquivo Executável
DAO - the abstrction layer which access the internal database to record the current structure
|
|
DBAL - DataBase Abstraction Layer: Will deal with the real database(the external) to create or change it
|
|
DQB - Database Query Builder: creates the queries to each BDMS, to be used dealing with the external database
|