Sqlite Data Starter Packs Link

import sqlite3 conn = sqlite3.connect('chinook.db') cursor = conn.execute("SELECT name FROM sqlite_master WHERE type='table';") print(cursor.fetchall())

: Lists of names from 1980 through 2015. sqlite data starter packs link

Once you download a .db file (e.g., chinook.db ), you don't even need to install a server. Just run this in your terminal: import sqlite3 conn = sqlite3

CREATE TABLE tags ( id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT UNIQUE NOT NULL ); name TEXT UNIQUE NOT NULL )

"label": "Milestone READMEs", "description": "A database of GitHub READMEs. useful for testing full-text search (FTS) on large text blobs.", "link": "https://r.jina.ai/http://github.com/asg017/sqlite-ecosystem/releases/download/0.1.0/readmes.db"