Arquivos
wMind/docs/drafts/database-layers-thoughts.txt
T
Felipe Nascimento de Moura 04aa11aaab fixed bugs around default values and fks which were also pks
Also, added the program dqb to build DDL codes
Working on postgres DDL generator
2011-03-30 22:09:55 -03:00

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