TheeAriGrande
Regular Member
- Jul 14, 2013
- 270
- 154
How's everybody doing?
I'm in the process of coding my first bot. Then next step requires an sql database. I've been reading a lot of material the past few weeks and I still have some question.
I want the database to be a local database. It's going to consists of 3-5 tables. There's going to be a lot of reading. I'll be inserting large amounts of data once everyday or so.
Depending on the user, the amount of data stores could be very small or very large.
Now for the questions:
Which type of database should I go with? SQL CE, SQL Lite, or some other sql type?
Should I be worried about the database file becoming to large?
Thanks for any help!
Posted via Topify using iPhone/iPad
I'm in the process of coding my first bot. Then next step requires an sql database. I've been reading a lot of material the past few weeks and I still have some question.
I want the database to be a local database. It's going to consists of 3-5 tables. There's going to be a lot of reading. I'll be inserting large amounts of data once everyday or so.
Depending on the user, the amount of data stores could be very small or very large.
Now for the questions:
Which type of database should I go with? SQL CE, SQL Lite, or some other sql type?
Should I be worried about the database file becoming to large?
Thanks for any help!
Posted via Topify using iPhone/iPad