iremkaymakcilar / ceng396-software-engineering

MinWin
1 stars 0 forks source link

Database selection #4

Open iremkaymakcilar opened 5 years ago

iremkaymakcilar commented 5 years ago

We cannot decide which database we should use while we are storing our data in the project. Suggestions?

edogdu commented 5 years ago

If a SQL database is enough, then MySQL, PostgreSQL, even sqlite would be fine.

Erdogan

On Mon, Apr 22, 2019 at 10:58 PM iremkaymakcilar notifications@github.com wrote:

We cannot decide which database we should use while we are storing our data in the project. Suggestions?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iremkaymakcilar/ceng396-software-engineering/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AA5N7EXZFUBQBPJTD66F5BTPRYKGZANCNFSM4HHSHIIA .

debruparlak commented 5 years ago

In the online courses that we use as the reference the lecturer used SQLite.I think we can use the same SQL database system.What do you think?