Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some small questions
#11
(Jun-06-2020, 08:07 AM)ndc85430 Wrote:
(Jun-05-2020, 01:29 PM)DreamingInsanity Wrote: As for the database, personally I would set up a MySQL database and then use the sqlite3 module to work with the database.

No, the sqlite3 module is for interacting with SQLite databases. Each SQL database has its own library that implements the DB-API. MySQL's can be found here for example.
Ahh ok. I haven't actually used them before so I didn't realise. I had a feeling that may have been the case. Either way good to know!
Reply


Messages In This Thread
Some small questions - by Kael90 - Jun-05-2020, 01:17 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 01:29 PM
RE: Some small questions - by ndc85430 - Jun-06-2020, 08:07 AM
RE: Some small questions - by DreamingInsanity - Jun-06-2020, 08:50 AM
RE: Some small questions - by ndc85430 - Jun-06-2020, 01:37 PM
RE: Some small questions - by Kael90 - Jun-05-2020, 01:31 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 07:13 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 07:18 PM
RE: Some small questions - by Kael90 - Jun-05-2020, 08:58 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 10:13 PM
RE: Some small questions - by Kael90 - Jun-05-2020, 10:27 PM
RE: Some small questions - by snippsat - Jun-06-2020, 08:16 AM
RE: Some small questions - by Kael90 - Jun-08-2020, 12:46 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020