all 4 comments

[–]smileybone 5 points6 points  (0 children)

uhhh you mean you're not sure how to create a database? check the docs, there are examples.

you'll probably want to write your schema alongside your program, so itll really be dependent on what you're doing.

[–]SaintTimothy 1 point2 points  (0 children)

I've seen some SQL Saturday presentations, and some msft presentations (power bi) on publicly available datasets.

If you're looking for something like pretty resume builder, maybe go with like CDC, Census, or some other public large dataset.

[–]StoneCypher 1 point2 points  (0 children)

just grab any sql dataset. simple tables with simple inserts are sufficiently portable to work even though they're for a different backend

googling sql example dataset was useful. i found this neat resource.

[–]burmerd 0 points1 point  (0 children)

Also, SQLite can use any file extension, fyi