Skip to content

Commit cdf260a

Browse files
authored
Create README.md
1 parent 379e19b commit cdf260a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# database-schema-operator
2+
This is a DBaaC (Database as a Code) PoC using Kubernetes Operator pattern.
3+
4+
There will be some CRDs
5+
- Database
6+
- Table
7+
8+
Every Table must have a Database reference.
9+
10+
Database will be something like SQLDatabase, PostgresDatabase, MySQLDatabase, etc.
11+
12+
Not sure if we will use any orm (like xorm.io) or pure SQL.

0 commit comments

Comments
 (0)