Skip to content

Greyhound Project for Free Pascal Compiler

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
COPYING.GH
LGPL-2.1
COPYING.TXT
Notifications You must be signed in to change notification settings

leandropnto/Greyhound

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greyhound
Copyright (c) 2012 by Marcos Douglas B. dos Santos

Make your code more simple, fast and clean.
This project uses the DRY concept or Don't Repeat Yourself.

Compiles with FPC 2.6.0 (better with 2.6.1)


Features
====================================================


Database (DB) 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);

----------------------------------------------------


Many other features will come. Follow the updates.


Best regards,
Marcos Douglas

About

Greyhound Project for Free Pascal Compiler

Resources

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
COPYING.GH
LGPL-2.1
COPYING.TXT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Component Pascal 100.0%