Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 748 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 748 Bytes

multi-tenant-sql

SQL DDL starters for building multi tenant applications with MySQL, PostgreSQL and SQLite.

How to use this

Each database has it's own sql schema that you can copy and past directly into your favourite DB IDE and run. Beyond that, there is not much else that needs to be done.

Thanks

The overall design for this is inspired by flight control article.