Skip to content

Commit 1a1fcdd

Browse files
committed
updated readme with explanation
1 parent 16ed7e5 commit 1a1fcdd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# multi-tenant-sql
2-
sql starter for building multi tenant applications
2+
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

Comments
 (0)