0
Database Question
I’m working on an app that has users set filters and based off those filters data is randomly selected from a database. The data needs to have tags so that certain data could be included or excluded based off the tags. I’ve done similar things in excel (Name generators and such) What program or type of database or item would I need to make and store the data. I don’t really know anything about databases. Thanks.
1 Resposta
+ 5
First you should start learning basics of SQL(Structured Query Language) course available on Sololearn then if it is a web application you can just learn backend development but if you're lazy coder just use a backend framework it'll save lot of ur time and efforts
ex:
.django
.flask
.pyramid etc
Or just explore them here
https://www.sololearn.com/discuss/1301376/?ref=app