K
K
kid-programmer2014-06-09 10:05:46
ASP.NET
kid-programmer, 2014-06-09 10:05:46

What database to use for a small web site?

Please tell me how to organize data storage, a small project?
Example:
the site will be on MVC4, has three entities Product, Category, User. There will be 10 products in total. I think it's not right to create an entire MSSQL database with 3 tables.
What are the convenient options?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
OnYourLips, 2014-06-09
@kid-programmer

I think it's not right to create an entire MSSQL database with 3 tables.
That's right, if you know this DBMS well.
Try SQLite by the way.

M
Mikhail Alekseev, 2014-06-09
@Fandorin

PostgreSQL

C
Crusader_12, 2014-06-30
@Crusader_12

It is possible without a DBMS at all if there is little data CMS Monstra description of the catalog plugin in this topic

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question