core icon indicating copy to clipboard operation
core copied to clipboard

SQL orm (sql-based databases support)

Open ilyaplot opened this issue 7 years ago • 3 comments

Maybe use any ORM? I want use PostgreSQL database, but DB.php inludes only MySQL syntax. I Want write it feature. What do you think about it?

ilyaplot avatar Jan 12 '18 13:01 ilyaplot

This has been a topic for quite a while now but no proper moves have been made yet unfortunately.

What is your suggestion to implement this in a clean and simple way?

(Linking to existing issues of the same nature: #170, #232)

noplanman avatar Jan 12 '18 18:01 noplanman

I want use Doctrine ORM. This will create a database using migrations. I have already written a solution, but it is not yet ready for release.

ilyaplot avatar Jan 14 '18 09:01 ilyaplot

@ilyaplot could you share your solution with us? Feel free to send PR or just discuss your solution

akalongman avatar May 10 '18 18:05 akalongman