iamr8 / RealEstate.AspCore

A management system for realestate agencies
4 stars 3 forks source link

PostgresSQL :: Feature request #1

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi @arashaan ,

Requesting feature PostgreSQL as a database option.

"ConnectionStrings": {
    "DefaultConnection": ""
},
"NetCoreTemplate": {
    "DatabaseProvider": "PostgresSQL"
}
iamr8 commented 5 years ago

Hi

actually this project's ORM is wrote based on MSSQL i think it takes time to add an option to select another db-provider and finally migrate

i don't know. you mean i should start to reproduce that?

ghost commented 5 years ago

you mean i should start to reproduce that?

Yes please.

ghost commented 5 years ago

The idea comes from https://github.com/PwdLess/Cierge/tree/master/Cierge

Check the appsettings file could you add something like this?

iamr8 commented 5 years ago

In that repo you've sent, SqlLocalDb is no longer supported. some checks still i have in my checklist, after that i will start to migrate to PostgreSql. actually, at first, i planned to use PostgreSql as DBMS, but because of that this project was a commercial one, i hadn't so many times to think about it.

i supposed to start to migrate for next month. have you been interested in this project? or you've found this by search in topics?

ghost commented 5 years ago

Hi @arashaan,

I have found this project within a search and it gained my interest.

iamr8 commented 5 years ago

It's my pleasure you be project's contributer 🙏🏽

ghost commented 5 years ago

Thanks @arashaan