Database module :
– Use one simple interface, but you can choose any Lib (aka Broker) to connect in a DBMS like SQLdb, Zeos or whatever you want;
– CRUD: TghDBTable class to manipulate one table easily, like a ActiveRecord,
but you can work with many records at the same Table instance;
– Relations: You can define relationship between tables easily;
– Links: You can use Table Links to access tables that have relationship;
– Scripts and Tables: TghDBConnector class to manipulate all tables on the DB and execute Script SQL as well;
– Automatic memory management for many objects;
– JSON Support (FPC 2.6.1)
French
Une interface simple pour choisir n’importe quelle librairie d’accès aux données, définir facilement ses relations et liens. Support de JON.