Python Forum
Create database in python module ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create database in python module ?
#5
(Sep-02-2019, 05:01 PM)buran Wrote: you can create sqlite3 database. support for it comes with the standard library https://docs.python.org/3.7/library/sqlite3.html you can store on disk for persistence or create in RAM

Nice, this is embedded into the executable or is separate ?
Reply


Messages In This Thread
Create database in python module ? - by Johnse - Sep-02-2019, 04:43 PM
RE: Create database in python module ? - by buran - Sep-02-2019, 04:45 PM
RE: Create database in python module ? - by Johnse - Sep-02-2019, 04:55 PM
RE: Create database in python module ? - by buran - Sep-02-2019, 05:01 PM
RE: Create database in python module ? - by Johnse - Sep-05-2019, 12:00 AM
RE: Create database in python module ? - by buran - Sep-05-2019, 04:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Should I se SQLite to create a simple High-scores database? shaanukstar123 3 2,644 Nov-08-2019, 07:45 PM
Last Post: snippsat
  re module: want a regexhttps://python-forum.io/Thread-re-module-want-a-regex Skaperen 4 2,605 Sep-19-2019, 10:54 PM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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