Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ List of tools and techniques for working with relational databases inspired by o
- [WhoDB](https://github.com/clidey/whodb) - SQL/NoSQL/Graph/Cache/Object data explorer with AI-powered chat + other useful features
- [ThalamusDB](https://github.com/itrummer/thalamusdb) - SQL with AI operators on text, images, and sound files.

## <a name="sample-databases"></a>Sample Databases

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To improve discoverability, please add a link to this new section in the table of contents at the top of the file (lines 6-12). It would likely fit well under the 'Cross Platform Stuff' list.


- [Mindweave SME Business Data](https://github.com/MindweaveTech/sme-sim-sample) - 42-table synthetic business dataset with double-entry accounting, tax compliance (AU/US/UK), and temporal realism. CSV, SQL, Parquet, SQLite.
- [Chinook Database](https://github.com/lerocha/chinook-database) - Sample database for SQL learning, representing a digital media store.
- [Northwind Database](https://github.com/jpwhite3/northwind-SQLite3) - Classic Microsoft sample database ported to SQLite.

## <a name="resources"></a>Resources

- [Curated SQL Learning Resources on Hackr.io](https://hackr.io/tutorials/learn-sql) - Programming Community Curated Resources for learning SQL
Expand Down