From 471de4372d756b97ed348c9922e27f5407cbce7b Mon Sep 17 00:00:00 2001 From: cweijan Date: Sat, 23 Jan 2021 16:54:43 +0800 Subject: [PATCH] update readme. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8d339fe..6bdd2fa 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,10 @@ Move to ant DatabaseNode or TableNode. The export/import options are listed in t - [node-mysql2](https://github.com/sidorares/node-mysql2) : Mysql client. - [node-postgres](https://github.com/brianc/node-postgres): PostgreSql client. - [tedious](https://github.com/tediousjs/tedious): SqlServer client. + +## RoadMap + +- Sync database struct from diffrent connection. +- Support export database of postgresql、sqlserver. +- Support manager index. +- Better Intetllisense sql.