ohayouarmaan / ramen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create ORM - DB's Connections

bsaqqa opened this issue · comments

Hey there,

First I would to say thank you for starting something new. I want to suggest to you an idea for ORM (object relation mapping) for making your framework more powerful.

If you look at one of the famous frameworks on PHP (Laravel). The first powerful of it is how you can build an application on locally with Maria DB and deploy the project on the staging environment with MySql DB and run it in production with PostgresSQL without changing any piece of your code. (it's just an example).

So, ORM it's a very useful feature. You can be the first one to create an ORM to support Multi-type of DBs like SQL, Graph, and NoSQL.

You can start from sequelize

I will be happy to help you with it.

Regards

Hey Baraa thanks for your suggestion, Really appreciate it. I'm going to start working on ORMs as soon as I get done with the basic http wrapper. And yeah I'd love your help in the near future on this project.

Thanks and Regards :D

This is a greate idea. I Don't think any framework has this built in.