demos-europe / edt

Enables your PHP application to expose its entities as REST resources using the feature rich JSON:API specification as API. How and to whom your entities are exposed is highly customizable while minimizing boilerplate code.
MIT License
2 stars 1 forks source link

Add support for raw SQL #74

Open dresslerdemos opened 1 year ago

dresslerdemos commented 1 year ago

Would allow support for relational DBMS ("platforms") currently not supported by Doctrine-ORM (which supports suprisingly few). However, one might argue that it is already possible to add such support of these platforms directly to Doctrine, so all Doctrine users can benefit from it. On the other hand, some users might not want to use an ORM like Doctrine or Eloquent (https://github.com/demos-europe/edt/issues/48) at all and prefer raw SQL instead.