Nice project! Looking forward to use it when MySQL is supported.
Very good info. Also if you need to sell domain name or hosting or websites you can sell them through mazaady.com
Yep. This deserves a star. You made something great here. I have to build something with it immediately.
There are very few times when you first look at a library, go to its docs, read a few things, and immediately realize this is an amazing library. This is such a time. OMG.
Bruce Wells
OO PHP Developer
Great article and well thought out ORM. I don't use JavaScript extensively and certainly not TypeScript, but TypeScript is obviously better than plain JS.
I ended up with the same issues in PHP. The existing PHP ORMs are all bloated and slow. So I wrote my own that includes Active Records and an Active Table class. I have also implemented migrations, custom fields and relations, generated table descriptions (no manual configuration) and a lot of other functionality.
You can check out the PHP code here: github.com/phpfui/orm
It might give you a few ideas for your library.