We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ed7e5 commit 1a1fcddCopy full SHA for 1a1fcdd
README.md
@@ -1,2 +1,12 @@
1
# multi-tenant-sql
2
-sql starter for building multi tenant applications
+
3
+SQL starters for building multi tenant applications with MySQL, PostgreSQL and SQLite.
4
5
+## How to use this
6
7
+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
8
+else that needs to be done.
9
10
+- [MySQL](https://raw.githubusercontent.com/JayJamieson/multi-tenant-sql/main/mysql.sql)
11
+- [PostgreSQL](https://raw.githubusercontent.com/JayJamieson/multi-tenant-sql/main/postgresql.sql)
12
+- [SQLite](https://raw.githubusercontent.com/JayJamieson/multi-tenant-sql/main/sqlite.sql)
0 commit comments