|
|
|
|
|
by Mertax
1482 days ago
|
|
I think the potential exists for many multi-tenancy B2B SaaS products to be converted to an SQLite-per-tenant model. CRUD Database products like Jira, Salesforce, Airtable, Notion, Clickup, Asana, etc. seem like internal line of business services that just need to be thick clients with a distributed database. Most individual businesses/tenants won’t have to deal with more than 100 concurrent writes at a time (if that) so SQLite could definitely handle that. |
|