https://github.com/embarcadero/boldfordelphi
Bold for Delphi is a Model Driver Architecture (and ORM library) for Embarcadero Delphi
https://github.com/embarcadero/boldfordelphi
Last synced: 4 months ago
JSON representation
Bold for Delphi is a Model Driver Architecture (and ORM library) for Embarcadero Delphi
- Host: GitHub
- URL: https://github.com/embarcadero/boldfordelphi
- Owner: Embarcadero
- License: mit
- Created: 2020-09-21T09:32:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T19:08:07.000Z (about 1 year ago)
- Last Synced: 2025-09-30T22:34:48.043Z (9 months ago)
- Language: Pascal
- Homepage: https://www.embarcadero.com
- Size: 18 MB
- Stars: 155
- Watchers: 43
- Forks: 58
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BoldForDelphi
This is master branch. If you want latest development please check develop branch instead
https://github.com/Embarcadero/BoldForDelphi/tree/develop
Purpose of this is always be stable and ready for deploy to a production environment.
Do not commit directly to master branch. Instead merge changes from develop branch.
A new release is done for each merge from develop.
The original source code of the Bold library for Delphi
Version 4.0.1.0 Bold for Delphi, Release 4.0 - 2004-04-23
Note that masterBranch is not compatible with unicode. It is made for D7 or D2007.
The branch AttracsBold is compatible with latest Delphi, currently 10.4.2.
Bold is a tool in the MDA (Model Driven Architecture) space, which allows you to start with an UML model of your application and a set of business rules written in a high level language and “execute” the model after creating a graphical user interface for it.
Bold includes a sophisticated object-relational mapping layer, ability to map data to multiple formats, changes synchronization, and much more. It includes a large amount of IDE integrated tools and options to work with external UML modeling software.
For more information see:
- https://delphi.fandom.com/wiki/Bold_for_Delphi
- http://boldfordelphi.blogspot.com/
There is a new Discord chat dedicated only for this project.
If you are interested to join the chat about the repository login to Discord here https://discord.gg/C6frzsn
The project source code has been made available by https://www.embarcadero.com/ and published under an MIT license.