diff --git a/tech/db/index.md b/tech/db/index.md new file mode 100644 index 0000000..84c47b1 --- /dev/null +++ b/tech/db/index.md @@ -0,0 +1,15 @@ +# PwnWiki - Databases + +[Home](../../index.html) + +[MSSQL](mssql.md) + +[MySQL](mysql.md) + +[Postgresql](postgres.md) + +[DB2](db2.md) + +[NoSQL]() + + * [Redis](redis.md) \ No newline at end of file diff --git a/tech/databases/mssql.md b/tech/db/mssql.md similarity index 100% rename from tech/databases/mssql.md rename to tech/db/mssql.md