Jump to content
UBot Underground

An sqlite-database question...Please help


Recommended Posts

Fellas?

I am building a bot which  scrapes 'item name','item price' & 'no.of items sold' daily from a website
If I  create a database with a table called  'item_info' - how would I go about updating it daily?

The Thing is - I need to keep track of daily increments/changes to both - 'item price' & 'no.of items sold'.

 I.E - I need to maintain a history of daily changes to both - 'item price' & 'no.of items sold'.

would be needed for graphing and analysis.

 

Do I need to create a new table for each day?
If yes - then could some one tell me how many tables can a single database file handle inside sqlite?

I'm confused about how to best approach this..
Please help
Thanks.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...