📝 Unsaved Draft · the spreadsheet-native MySQL · a project of the SNCF
The relational store, MySQL flavour — simple, ubiquitous, on a tab.
Tabs-as-tables with SQL via QUERY(), positioned as the lightweight, ubiquitous SQL engine. Speaks the MySQL dialect through the SheetWire gateway so mysql clients connect to a spreadsheet.
Tabs as tables; QUERY() for SELECT/GROUP BY.
No server to run — the sheet is the server.
| MySheet 💩 | MySQL | |
|---|---|---|
| Query language | SQL (via QUERY) | SQL |
| Transactions/ACID | No | Yes |
| Footprint | A tab | mysqld |
| Spreadsheet-native | ✅ | ❌ |