Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

dORM - Automate SQL. Focus on business logic

  • Share this:
post-title
dORM is a PHP 5 ORM (object relational mapper) library that seamlessly loads, saves and deletes PHP objects from and to a relational database. dORM requires a small XML file that maps classes to their respective database tables. currently, only MySQL was tested. Its feature include
  • Simple of use
  • Supports multiple data types
  • Supports multiple relationships
  • No code generation
  • No class extending
  • No naming convention
  • No directory structure
  • No modification of your classes
  • No modification of your database
http://www.getdorm.com/
License:
Tech: