实例介绍
SmartSQL是一款专为提升数据库文档管理效率而设计的工具,它能够帮助用户轻松地查询和导出数据库文档。
最初,SmartSQL仅支持SqlServer数据库和CHM文档格式。经过不断的开发和改进,现在它已经能够支持包括Word、Excel、PDF、Html、Xml、Json、MarkDown等多种文档格式的导出。
此外,SmartSQL还扩展了对SqlServer、MySql、PostgreSQL、SQLite等多种数据库的支持,使其成为企业数字化转型过程中不可或缺的元数据管理工具。
SmartSQL的主要功能包括但不限于:表、视图、存储过程的查询和导出;支持多种文档格式导出;更新表列注释的多种方式;以及数据库对象的自定义分组管理等。
该工具还提供了快捷查询功能,允许用户快速检索表、列、视图等信息,并支持双击备注说明列对应单元格快速设置对象注释信息。
此外,SmartSQL支持对表、视图、存储过程进行导出成多种格式的离线文档,以及对XML格式文档的注释导入,极大地提升了数据库文档管理的效率和便捷性。
SmartSQL致力于成为最方便、快捷的数据库文档查询生成工具,不断收集用户反馈,修复和完善基础功能,同时还在计划中增加对DB2、TIDB、达梦等数据库的支持,以及开发对象结构对比、表视图存储过程同步等高级功能。【实例截图】
文件清单
└── SmartSqlT-a5c3ea7dd8be99851bba0033e7b08253d89c1ce0
├── Img
│ ├── About.png
│ ├── Banner_01.png
│ ├── Banner.png
│ ├── Column.png
│ ├── Connect.png
│ ├── docImg
│ │ ├── chmd.png
│ │ ├── chm.png
│ │ ├── excel.png
│ │ ├── excelp.png
│ │ ├── html.png
│ │ ├── htmlt.png
│ │ ├── icon
│ │ │ ├── chm.png
│ │ │ ├── excel.png
│ │ │ ├── html.png
│ │ │ ├── json.png
│ │ │ ├── markdown.png
│ │ │ ├── pdf.png
│ │ │ ├── word.png
│ │ │ └── xml.png
│ │ ├── pdfn.png
│ │ ├── pdf.png
│ │ ├── wordh.png
│ │ └── word.png
│ ├── Export.png
│ ├── GroupObject.png
│ ├── Group.png
│ ├── icon.png
│ ├── Import.png
│ ├── MainTool.png
│ ├── MindMap.jpg
│ ├── Objects.png
│ ├── Pro.png
│ ├── question
│ │ └── question_postgresql_connect.png
│ ├── Setting.png
│ ├── SmartNBI
│ │ ├── maketp.png
│ │ ├── sourceData.png
│ │ ├── template1.png
│ │ ├── template2.png
│ │ ├── template3.png
│ │ └── template4.png
│ ├── sshot1.png
│ ├── sshot-About.png
│ ├── sshot-Column.png
│ ├── sshot-Connect.png
│ ├── sshot-ConnectType.png
│ ├── sshot-Contact1.png
│ ├── sshot-ContactQQ.png
│ ├── sshot-Dashbord.png
│ ├── sshot-database.png
│ ├── sshot-Export.png
│ ├── sshot-GroupObject.png
│ ├── sshot-Group.png
│ ├── sshot-Import.png
│ ├── sshot-mp.png
│ ├── sshot-Objects.png
│ ├── sshot-Proc.png
│ ├── sshot-Setting.png
│ ├── sshot-SiteNav.png
│ ├── sshot-View.png
│ ├── TopContent.png
│ ├── TopMain.png
│ ├── Top.png
│ ├── View.png
│ └── zanshang.png
├── Lib
│ ├── AduSkin.dll
│ ├── Aspose.Words.dll
│ ├── DmProvider.dll
│ ├── EPPlus.dll
│ ├── sqlite3.def
│ ├── sqlite3.dll
│ └── SqlSugar.dll
├── LICENSE
├── Question.md
├── README.md
├── SmartSQL
│ ├── SmartSQL
│ │ ├── app.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Converts
│ │ │ ├── DisplayNameConvert.cs
│ │ │ └── ShowItemCountConvert.cs
│ │ ├── favicon.ico
│ │ ├── FodyWeavers.xml
│ │ ├── FodyWeavers.xsd
│ │ ├── Helper
│ │ │ ├── BarQrCodeHelper.cs
│ │ │ ├── CsharpCompletionData.cs
│ │ │ ├── DateTimeHelper.cs
│ │ │ ├── HighlightingProvider.cs
│ │ │ ├── Oops.cs
│ │ │ ├── PingYinHelper.cs
│ │ │ ├── SoftReg.cs
│ │ │ ├── SqlCompletionData.cs
│ │ │ ├── StrUtil.cs
│ │ │ ├── TaskHelper.cs
│ │ │ ├── TextEncryptHelper.cs
│ │ │ └── TruncateLongLines.cs
│ │ ├── hha.dll
│ │ ├── hhc.exe
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Models
│ │ │ ├── Api
│ │ │ │ ├── CategoryApi.cs
│ │ │ │ └── SiteApi.cs
│ │ │ ├── DiffInfoModel.cs
│ │ │ ├── ExecuteSQL.cs
│ │ │ ├── MainTabWModel.cs
│ │ │ ├── MenuTagObjectsDTO.cs
│ │ │ ├── NotifyPropertyBase.cs
│ │ │ ├── PasswordResultDTO.cs
│ │ │ ├── SObjectDTO.cs
│ │ │ ├── SysEnum.cs
│ │ │ ├── TagObjectDTO.cs
│ │ │ ├── TreeNodeItem.cs
│ │ │ └── UUIDResultDTO.cs
│ │ ├── obfuscar.xml
│ │ ├── Properties
│ │ │ ├── Annotations.cs
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Dialog
│ │ │ │ ├── About.xaml
│ │ │ │ └── About.xaml.cs
│ │ │ ├── Resource.Designer.cs
│ │ │ └── Resource.resx
│ │ ├── Resources
│ │ │ ├── cloud.png
│ │ │ ├── Fonts
│ │ │ │ └── iconfont.ttf
│ │ │ ├── Img
│ │ │ │ ├── bgbox.png
│ │ │ │ ├── bg.png
│ │ │ │ ├── connect_bg.png
│ │ │ │ ├── contact_mp_card.png
│ │ │ │ ├── contact_mp.png
│ │ │ │ ├── contact_weixin_card.png
│ │ │ │ ├── dataBase.ico
│ │ │ │ ├── doc
│ │ │ │ │ ├── CHM.png
│ │ │ │ │ ├── EXCEL.png
│ │ │ │ │ ├── HTML.png
│ │ │ │ │ ├── MARKDOWN.png
│ │ │ │ │ ├── PDF.png
│ │ │ │ │ ├── WORD.png
│ │ │ │ │ └── XML.png
│ │ │ │ ├── doc.ico
│ │ │ │ ├── donation
│ │ │ │ │ ├── alipay.png
│ │ │ │ │ ├── caffe.png
│ │ │ │ │ └── wxpay.png
│ │ │ │ ├── icon
│ │ │ │ │ ├── icon_alipay.png
│ │ │ │ │ ├── icon_database.png
│ │ │ │ │ ├── icon_proc.png
│ │ │ │ │ ├── icon_sqlQuery.png
│ │ │ │ │ ├── icon_table.png
│ │ │ │ │ ├── icon_tag.png
│ │ │ │ │ ├── icon_view.png
│ │ │ │ │ └── icon_weixin.png
│ │ │ │ ├── icon_connect.png
│ │ │ │ ├── icon_docfile.png
│ │ │ │ ├── icon_gencode.png
│ │ │ │ ├── icon_group.png
│ │ │ │ ├── icon_import.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── icon_setting.png
│ │ │ │ ├── icon_tag.png
│ │ │ │ ├── mssql_icon_big.png
│ │ │ │ ├── mssql_icon.png
│ │ │ │ ├── mssql.png
│ │ │ │ ├── mysql_icon_big.png
│ │ │ │ ├── mysql_icon.png
│ │ │ │ ├── mysql.png
│ │ │ │ ├── NoData1.png
│ │ │ │ ├── NoData2.png
│ │ │ │ ├── NoData.png
│ │ │ │ ├── oracle_icon_big.png
│ │ │ │ ├── oracle_icon.png
│ │ │ │ ├── postgresql_icon_big.png
│ │ │ │ ├── postgresql_icon.png
│ │ │ │ ├── Readme
│ │ │ │ │ ├── About.png
│ │ │ │ │ ├── Column.png
│ │ │ │ │ ├── Connect.png
│ │ │ │ │ ├── Export.png
│ │ │ │ │ ├── GroupObject.png
│ │ │ │ │ ├── Group.png
│ │ │ │ │ ├── Import.png
│ │ │ │ │ ├── Objects.png
│ │ │ │ │ ├── Pro.png
│ │ │ │ │ ├── Setting.png
│ │ │ │ │ ├── TOP2.png
│ │ │ │ │ ├── Top.png
│ │ │ │ │ ├── View.png
│ │ │ │ │ ├── 分组查询.png
│ │ │ │ │ ├── 分组管理.jpg
│ │ │ │ │ ├── 快捷查询.jpg
│ │ │ │ │ └── 新建连接.jpg
│ │ │ │ ├── Refresh.png
│ │ │ │ ├── sqlScript.ico
│ │ │ │ └── toolIcon
│ │ │ │ ├── aes@2x.png
│ │ │ │ ├── barCode@2x.png
│ │ │ │ ├── base64@2x.png
│ │ │ │ ├── base64ToImg@2x.png
│ │ │ │ ├── dateDiff@2x.png
│ │ │ │ ├── fanti@2x.png
│ │ │ │ ├── hex-encoding@2x.png
│ │ │ │ ├── ico@2x.png
│ │ │ │ ├── json@2x.png
│ │ │ │ ├── jwt@2x.png
│ │ │ │ ├── linux-command@2x.png
│ │ │ │ ├── md5@2x.png
│ │ │ │ ├── mime-type@2x.png
│ │ │ │ ├── password-generator@2x.png
│ │ │ │ ├── pinyin@2x.png
│ │ │ │ ├── qrCode@2x.png
│ │ │ │ ├── randomizer@2x.png
│ │ │ │ ├── rgbToHex@2x.png
│ │ │ │ ├── rmb@2x.png
│ │ │ │ ├── sql-formatter@2x.png
│ │ │ │ ├── storyOfWords@2x.png
│ │ │ │ ├── text-insert@2x.png
│ │ │ │ ├── timestamp-convert@2x.png
│ │ │ │ ├── unicode@2x.png
│ │ │ │ ├── urlEncode@2x.png
│ │ │ │ ├── uuid@2x.png
│ │ │ │ └── word-count@2x.png
│ │ │ ├── linux.js
│ │ │ ├── svg
│ │ │ │ ├── btn_add.svg
│ │ │ │ ├── btn_del.svg
│ │ │ │ ├── category.svg
│ │ │ │ ├── dameng@64.svg
│ │ │ │ ├── dameng.svg
│ │ │ │ ├── database
│ │ │ │ │ └── icon_oracle_64.svg
│ │ │ │ ├── DB2@64.svg
│ │ │ │ ├── doc_chm.svg
│ │ │ │ ├── doc_excel.svg
│ │ │ │ ├── doc_html.svg
│ │ │ │ ├── doc_json.svg
│ │ │ │ ├── doc_md.svg
│ │ │ │ ├── doc_pdf.svg
│ │ │ │ ├── doc_word.svg
│ │ │ │ ├── doc_xml.svg
│ │ │ │ ├── floder.svg
│ │ │ │ ├── forkme.svg
│ │ │ │ ├── hangao.svg
│ │ │ │ ├── ibm.svg
│ │ │ │ ├── icon_logo.svg
│ │ │ │ ├── icon_money.svg
│ │ │ │ ├── icons
│ │ │ │ │ ├── icon-a-5g.svg
│ │ │ │ │ ├── icon-a-c1.svg
│ │ │ │ │ ├── icon-account.svg
│ │ │ │ │ ├── icon-a-c.svg
│ │ │ │ │ ├── icon-add.svg
│ │ │ │ │ ├── icon-a-iconai.svg
│ │ │ │ │ ├── icon-a-iconunique.svg
│ │ │ │ │ ├── icon-alert.svg
│ │ │ │ │ ├── icon-alipay.svg
│ │ │ │ │ ├── icon-aliyun.svg
│ │ │ │ │ ├── icon-AnalyticDB.svg
│ │ │ │ │ ├── icon-arr_left1.svg
│ │ │ │ │ ├── icon-arr_right1.svg
│ │ │ │ │ ├── icon-aws.svg
│ │ │ │ │ ├── icon-a-ziyuan1.svg
│ │ │ │ │ ├── icon-azure.svg
│ │ │ │ │ ├── icon-baiducloud.svg
│ │ │ │ │ ├── icon-bind.svg
│ │ │ │ │ ├── icon-bottomadd.svg
│ │ │ │ │ ├── icon-bottomcancle.svg
│ │ │ │ │ ├── icon-bottomminus.svg
│ │ │ │ │ ├── icon-bottomsubmit.svg
│ │ │ │ │ ├── icon-chatgpt.svg
│ │ │ │ │ ├── icon-ck.svg
│ │ │ │ │ ├── icon-clone.svg
│ │ │ │ │ ├── icon-cloud-sync.svg
│ │ │ │ │ ├── icon-code.svg
│ │ │ │ │ ├── icon-columns1.svg
│ │ │ │ │ ├── icon-command.svg
│ │ │ │ │ ├── icon-Console-SQL.svg
│ │ │ │ │ ├── icon-constraints.svg
│ │ │ │ │ ├── icon-control.svg
│ │ │ │ │ ├── icon-csv.svg
│ │ │ │ │ ├── icon-current.svg
│ │ │ │ │ ├── icon-cut.svg
│ │ │ │ │ ├── icon-database02.svg
│ │ │ │ │ ├── icon-datacopy.svg
│ │ │ │ │ ├── icon-dataexport.svg
│ │ │ │ │ ├── icon-dataimpprt.svg
│ │ │ │ │ ├── icon-ddl.svg
│ │ │ │ │ ├── icon-dictionary2.svg
│ │ │ │ │ ├── icon-diff.svg
│ │ │ │ │ ├── icon-doris.svg
│ │ │ │ │ ├── icon-download.svg
│ │ │ │ │ ├── icon-edition_enterprise.svg
│ │ │ │ │ ├── icon-edition_free.svg
│ │ │ │ │ ├── icon-edition_pro.svg
│ │ │ │ │ ├── icon-elasticsearch.svg
│ │ │ │ │ ├── icon-empty.svg
│ │ │ │ │ ├── icon-executesingle.svg
│ │ │ │ │ ├── icon-fund.svg
│ │ │ │ │ ├── icon-github.svg
│ │ │ │ │ ├── icon-golang.svg
│ │ │ │ │ ├── icon-googleCloud.svg
│ │ │ │ │ ├── icon-google.svg
│ │ │ │ │ ├── icon-home.svg
│ │ │ │ │ ├── icon-huawei.svg
│ │ │ │ │ ├── icon-ic_add.svg
│ │ │ │ │ ├── icon-ic_arrow_full.svg
│ │ │ │ │ ├── icon-ic_company-01.svg
│ │ │ │ │ ├── icon-ic_compress.svg
│ │ │ │ │ ├── icon-ic_database.svg
│ │ │ │ │ ├── icon-ic_dataset.svg
│ │ │ │ │ ├── icon-ic_defaultenterprise.svg
│ │ │ │ │ ├── icon-ic_expend.svg
│ │ │ │ │ ├── icon-ic_file.svg
│ │ │ │ │ ├── icon-ic_fire01.svg
│ │ │ │ │ ├── icon-ic_fire02.svg
│ │ │ │ │ ├── icon-ic_fire03.svg
│ │ │ │ │ ├── icon-ic_linux.svg
│ │ │ │ │ ├── icon-ic_masos.svg
│ │ │ │ │ ├── icon-ic_mysql.svg
│ │ │ │ │ ├── icon-icon_disconnected.svg
│ │ │ │ │ ├── icon-icon_enterpriseE.svg
│ │ │ │ │ ├── icon-icon_handle.svg
│ │ │ │ │ ├── icon-icon_location.svg
│ │ │ │ │ ├── icon-icon_ninedata.svg
│ │ │ │ │ ├── icon-icon_paste02.svg
│ │ │ │ │ ├── icon-icon_pending.svg
│ │ │ │ │ ├── icon-icon_proxy.svg
│ │ │ │ │ ├── icon-icon_trial.svg
│ │ │ │ │ ├── icon-icon_vpc.svg
│ │ │ │ │ ├── icon-ic_page.svg
│ │ │ │ │ ├── icon-ic_profile.svg
│ │ │ │ │ ├── icon-ic_sqlserver.svg
│ │ │ │ │ ├── icon-ic_windows.svg
│ │ │ │ │ ├── icon-idc.svg
│ │ │ │ │ ├── icon-img_support.svg
│ │ │ │ │ ├── icon-img_upgrade.svg
│ │ │ │ │ ├── icon-income.svg
│ │ │ │ │ ├── icon-index1.svg
│ │ │ │ │ ├── icon-index.svg
│ │ │ │ │ ├── icon-invoice.svg
│ │ │ │ │ ├── icon-java1.svg
│ │ │ │ │ ├── icon-java.svg
│ │ │ │ │ ├── icon-json02.svg
│ │ │ │ │ ├── icon-json.svg
│ │ │ │ │ ├── icon-kafka.svg
│ │ │ │ │ ├── icon-key.svg
│ │ │ │ │ ├── icon-list02.svg
│ │ │ │ │ ├── icon-login_account.svg
│ │ │ │ │ ├── icon-login_ding.svg
│ │ │ │ │ ├── icon-login_feishu.svg
│ │ │ │ │ ├── icon-login_github.svg
│ │ │ │ │ ├── icon-login_google.svg
│ │ │ │ │ ├── icon-login_qq.svg
│ │ │ │ │ ├── icon-login_sso1.svg
│ │ │ │ │ ├── icon-login_sso.svg
│ │ │ │ │ ├── icon-login_wechat.svg
│ │ │ │ │ ├── icon-mail.svg
│ │ │ │ │ ├── icon-mapping.svg
│ │ │ │ │ ├── icon-mariadb.svg
│ │ │ │ │ ├── icon-mastermode.svg
│ │ │ │ │ ├── icon-mongodb.svg
│ │ │ │ │ ├── icon-monitor.svg
│ │ │ │ │ ├── icon-more.svg
│ │ │ │ │ ├── icon-nodejs.svg
│ │ │ │ │ ├── icon-oceanbase.svg
│ │ │ │ │ ├── icon-optimizeSQL.svg
│ │ │ │ │ ├── icon-oracle.svg
│ │ │ │ │ ├── icon-organization2_fill.svg
│ │ │ │ │ ├── icon-outcome.svg
│ │ │ │ │ ├── icon-pg1.svg
│ │ │ │ │ ├── icon-pin.svg
│ │ │ │ │ ├── icon-polardb.svg
│ │ │ │ │ ├── icon-privateGateway.svg
│ │ │ │ │ ├── icon-python.svg
│ │ │ │ │ ├── icon-qiyeweixin.svg
│ │ │ │ │ ├── icon-redis.svg
│ │ │ │ │ ├── icon-redshift.svg
│ │ │ │ │ ├── icon-rename.svg
│ │ │ │ │ ├── icon-rightSQL-copy.svg
│ │ │ │ │ ├── icon-rlspolicy.svg
│ │ │ │ │ ├── icon-rules.svg
│ │ │ │ │ ├── icon-rust.svg
│ │ │ │ │ ├── icon-safetycertificate-f.svg
│ │ │ │ │ ├── icon-schema.svg
│ │ │ │ │ ├── icon-selectall1.svg
│ │ │ │ │ ├── icon-selectdb.svg
│ │ │ │ │ ├── icon-send-fill.svg
│ │ │ │ │ ├── icon-server.svg
│ │ │ │ │ ├── icon-share.svg
│ │ │ │ │ ├── icon-skip_fill.svg
│ │ │ │ │ ├── icon-sql_opt.svg
│ │ │ │ │ ├── icon-sql.svg
│ │ │ │ │ ├── icon-stmt.svg
│ │ │ │ │ ├── icon-stop_fill.svg
│ │ │ │ │ ├── icon-Storedprocedure.svg
│ │ │ │ │ ├── icon-table1.svg
│ │ │ │ │ ├── icon-tableedit.svg
│ │ │ │ │ ├── icon-table.svg
│ │ │ │ │ ├── icon-tencentcloud.svg
│ │ │ │ │ ├── icon-tidb.svg
│ │ │ │ │ ├── icon-togglebottom1.svg
│ │ │ │ │ ├── icon-togglebottom2.svg
│ │ │ │ │ ├── icon-trigger.svg
│ │ │ │ │ ├── icon-unpin.svg
│ │ │ │ │ ├── icon-update.svg
│ │ │ │ │ ├── icon-verify.svg
│ │ │ │ │ ├── icon-views1.svg
│ │ │ │ │ ├── icon-view.svg
│ │ │ │ │ ├── icon-wallet.svg
│ │ │ │ │ ├── icon-wechatpay.svg
│ │ │ │ │ ├── icon-xml.svg
│ │ │ │ │ ├── icon-yingwen.svg
│ │ │ │ │ ├── icon-zhongwen.svg
│ │ │ │ │ ├── icon-zhongyingwenyingwen02-01.svg
│ │ │ │ │ ├── mssql.svg
│ │ │ │ │ ├── mysql.svg
│ │ │ │ │ ├── oracle.svg
│ │ │ │ │ ├── pgsql.svg
│ │ │ │ │ ├── polardb.svg
│ │ │ │ │ └── redis.svg
│ │ │ │ ├── kingbase.svg
│ │ │ │ ├── logo
│ │ │ │ │ └── alipay.svg
│ │ │ │ ├── mysql@64.svg
│ │ │ │ ├── mysql.svg
│ │ │ │ ├── oracle@64.svg
│ │ │ │ ├── postgresql@64.svg
│ │ │ │ ├── postgresql.svg
│ │ │ │ ├── proc.svg
│ │ │ │ ├── redis.svg
│ │ │ │ ├── sqlite@64.svg
│ │ │ │ ├── sqlQuery.svg
│ │ │ │ ├── sqlserver@64.svg
│ │ │ │ ├── sqlserver.svg
│ │ │ │ ├── table.svg
│ │ │ │ ├── tag.svg
│ │ │ │ ├── TIDB@64.svg
│ │ │ │ ├── undraw
│ │ │ │ │ ├── undraw_collaborators_re_hont.svg
│ │ │ │ │ ├── undraw_conference_re_2yld.svg
│ │ │ │ │ ├── undraw_file_manager_re_ms29.svg
│ │ │ │ │ ├── undraw_happy_announcement_re_tsm0.svg
│ │ │ │ │ ├── undraw_in_the_office_re_jtgc.svg
│ │ │ │ │ ├── undraw_our_solution_re_8yk6.svg
│ │ │ │ │ ├── undraw_project_team_lc5a.svg
│ │ │ │ │ ├── undraw_reviewed_docs_re_9lmr.svg
│ │ │ │ │ ├── undraw_spreadsheets_re_alt0.svg
│ │ │ │ │ └── undraw_work_together_re_5yhn.svg
│ │ │ │ ├── view.svg
│ │ │ │ └── 云数据库.svg
│ │ │ ├── Themes
│ │ │ │ ├── Basic
│ │ │ │ │ ├── Basic.xaml
│ │ │ │ │ ├── Colors
│ │ │ │ │ │ ├── ColorsDark.xaml
│ │ │ │ │ │ └── Colors.xaml
│ │ │ │ │ ├── FontAwesome6.xaml
│ │ │ │ │ └── Geometries.xaml
│ │ │ │ ├── SkinDark.xaml
│ │ │ │ ├── SkinDefault.xaml
│ │ │ │ ├── Styles
│ │ │ │ │ ├── DataGrid.xaml
│ │ │ │ │ ├── GridSplitter.xaml
│ │ │ │ │ ├── Style.xaml
│ │ │ │ │ └── ToggleButton.xaml
│ │ │ │ └── Theme.xaml
│ │ │ └── xshd
│ │ │ ├── Coco-Mode.xshd
│ │ │ ├── CPP-Mode.xshd
│ │ │ ├── CSharp-Dark.xshd
│ │ │ ├── CSharp-Mode.xshd
│ │ │ ├── CSS-Mode.xshd
│ │ │ ├── HTML-Mode.xshd
│ │ │ ├── Java-Mode.xshd
│ │ │ ├── JavaScript-Mode.xshd
│ │ │ ├── Json.xshd
│ │ │ ├── MarkDown-Mode.xshd
│ │ │ ├── PHP-Mode.xshd
│ │ │ ├── Python-Mode.xshd
│ │ │ ├── SQL-Dark.xshd
│ │ │ ├── SQL.xshd
│ │ │ ├── Tex-Mode.xshd
│ │ │ ├── TSQL-Mode.xshd
│ │ │ ├── XML-Dark.xshd
│ │ │ └── XML-Mode.xshd
│ │ ├── SmartSQL.csproj
│ │ ├── Themes
│ │ │ ├── BlueBrushsExtended.xaml
│ │ │ ├── Controls
│ │ │ │ └── VsResizeGrip.xaml
│ │ │ ├── DarkBrushsExtended.xaml
│ │ │ ├── Generic.xaml
│ │ │ └── LightBrushsExtended.xaml
│ │ ├── UserControl
│ │ │ ├── BaseUserControl.cs
│ │ │ ├── Connect
│ │ │ │ ├── ConnectMainUC.xaml
│ │ │ │ ├── ConnectMainUC.xaml.cs
│ │ │ │ ├── DmUC .xaml
│ │ │ │ ├── DmUC .xaml.cs
│ │ │ │ ├── MySqlUC.xaml
│ │ │ │ ├── MySqlUC.xaml.cs
│ │ │ │ ├── OracleUC.xaml
│ │ │ │ ├── OracleUC.xaml.cs
│ │ │ │ ├── PostgreSqlUC.xaml
│ │ │ │ ├── PostgreSqlUC.xaml.cs
│ │ │ │ ├── RedisUC.xaml
│ │ │ │ ├── RedisUC.xaml.cs
│ │ │ │ ├── SqliteUC.xaml
│ │ │ │ ├── SqliteUC.xaml.cs
│ │ │ │ ├── SqlServerUC.xaml
│ │ │ │ └── SqlServerUC.xaml.cs
│ │ │ ├── Controls
│ │ │ │ ├── ConnectType.xaml
│ │ │ │ ├── ConnectType.xaml.cs
│ │ │ │ ├── ExportLoading.xaml
│ │ │ │ ├── ExportLoading.xaml.cs
│ │ │ │ ├── Loading.xaml
│ │ │ │ ├── Loading.xaml.cs
│ │ │ │ ├── NoDataArea.xaml
│ │ │ │ ├── NoDataArea.xaml.cs
│ │ │ │ ├── SqlScript.xaml
│ │ │ │ ├── SqlScript.xaml.cs
│ │ │ │ ├── SwitchButton.xaml
│ │ │ │ ├── SwitchButton.xaml.cs
│ │ │ │ ├── UcToolCard.xaml
│ │ │ │ └── UcToolCard.xaml.cs
│ │ │ ├── Dialog
│ │ │ │ ├── About.xaml
│ │ │ │ └── About.xaml.cs
│ │ │ ├── GenCodes
│ │ │ │ ├── UcGenCode.xaml
│ │ │ │ ├── UcGenCode.xaml.cs
│ │ │ │ ├── UcGenTemplate.xaml
│ │ │ │ └── UcGenTemplate.xaml.cs
│ │ │ ├── Groups
│ │ │ │ ├── UcAddGroupObject.xaml
│ │ │ │ ├── UcAddGroupObject.xaml.cs
│ │ │ │ ├── UcGroupObjects.xaml
│ │ │ │ └── UcGroupObjects.xaml.cs
│ │ │ ├── Main
│ │ │ │ ├── UcMainColumns.xaml
│ │ │ │ ├── UcMainColumns.xaml.cs
│ │ │ │ ├── UcMainContent.xaml
│ │ │ │ ├── UcMainContent.xaml.cs
│ │ │ │ ├── UcMainDbCompare.xaml
│ │ │ │ ├── UcMainDbCompare.xaml.cs
│ │ │ │ ├── UcMainObjects.xaml
│ │ │ │ ├── UcMainObjects.xaml.cs
│ │ │ │ ├── UcMainRedis.xaml
│ │ │ │ ├── UcMainRedis.xaml.cs
│ │ │ │ ├── UcMainSite.xaml
│ │ │ │ ├── UcMainSite.xaml.cs
│ │ │ │ ├── UcMainTools.xaml
│ │ │ │ ├── UcMainTools.xaml.cs
│ │ │ │ ├── UcMainW.xaml
│ │ │ │ ├── UcMainW.xaml.cs
│ │ │ │ ├── UcTabCode.xaml
│ │ │ │ └── UcTabCode.xaml.cs
│ │ │ ├── Redis
│ │ │ │ ├── UcRedisFrom.xaml
│ │ │ │ ├── UcRedisFrom.xaml.cs
│ │ │ │ ├── UcRedisInfo.xaml
│ │ │ │ └── UcRedisInfo.xaml.cs
│ │ │ ├── SqlQuery
│ │ │ │ ├── UcSqlQueryMain.xaml
│ │ │ │ └── UcSqlQueryMain.xaml.cs
│ │ │ ├── Tags
│ │ │ │ ├── UcAddTagObject.xaml
│ │ │ │ ├── UcAddTagObject.xaml.cs
│ │ │ │ ├── UcTagObjects.xaml
│ │ │ │ └── UcTagObjects.xaml.cs
│ │ │ └── Tools
│ │ │ ├── UcBase64ToImg.xaml
│ │ │ ├── UcBase64ToImg.xaml.cs
│ │ │ ├── UcBase64.xaml
│ │ │ ├── UcBase64.xaml.cs
│ │ │ ├── UcDateDiff.xaml
│ │ │ ├── UcDateDiff.xaml.cs
│ │ │ ├── UcFanTi.xaml
│ │ │ ├── UcFanTi.xaml.cs
│ │ │ ├── UcHex.xaml
│ │ │ ├── UcHex.xaml.cs
│ │ │ ├── UcIcon.xaml
│ │ │ ├── UcIcon.xaml.cs
│ │ │ ├── UcIcoToConvert.xaml
│ │ │ ├── UcIcoToConvert.xaml.cs
│ │ │ ├── UcJson2CSharp.xaml
│ │ │ ├── UcJson2CSharp.xaml.cs
│ │ │ ├── UcJsonFormatter.xaml
│ │ │ ├── UcJsonFormatter.xaml.cs
│ │ │ ├── UcJWT.xaml
│ │ │ ├── UcJWT.xaml.cs
│ │ │ ├── UcLinuxCommand.xaml
│ │ │ ├── UcLinuxCommand.xaml.cs
│ │ │ ├── UcMD5.xaml
│ │ │ ├── UcMD5.xaml.cs
│ │ │ ├── UcMimeType.xaml
│ │ │ ├── UcMimeType.xaml.cs
│ │ │ ├── UcNPinYin.xaml
│ │ │ ├── UcNPinYin.xaml.cs
│ │ │ ├── UcPasswordGen.xaml
│ │ │ ├── UcPasswordGen.xaml.cs
│ │ │ ├── UcQrCode.xaml
│ │ │ ├── UcQrCode.xaml.cs
│ │ │ ├── UcRgbToHex.xaml
│ │ │ ├── UcRgbToHex.xaml.cs
│ │ │ ├── UcRMB.xaml
│ │ │ ├── UcRMB.xaml.cs
│ │ │ ├── UcSqlFormatter.xaml
│ │ │ ├── UcSqlFormatter.xaml.cs
│ │ │ ├── UcStoryOfWords.xaml
│ │ │ ├── UcStoryOfWords.xaml.cs
│ │ │ ├── UcTextInsert.xaml
│ │ │ ├── UcTextInsert.xaml.cs
│ │ │ ├── UcToolMenu.xaml
│ │ │ ├── UcToolMenu.xaml.cs
│ │ │ ├── UcUnicode.xaml
│ │ │ ├── UcUnicode.xaml.cs
│ │ │ ├── UcUnixToConvert.xaml
│ │ │ ├── UcUnixToConvert.xaml.cs
│ │ │ ├── UcUrlEncode.xaml
│ │ │ ├── UcUrlEncode.xaml.cs
│ │ │ ├── UcUUIDGen.xaml
│ │ │ ├── UcUUIDGen.xaml.cs
│ │ │ ├── UcWordCount.xaml
│ │ │ └── UcWordCount.xaml.cs
│ │ ├── ViewModels
│ │ │ ├── MainTabWViewModel.cs
│ │ │ └── ViewModelBase.cs
│ │ └── Views
│ │ ├── AboutWindow.xaml
│ │ ├── AboutWindow.xaml.cs
│ │ ├── Category
│ │ │ ├── GroupAddView.xaml
│ │ │ ├── GroupAddView.xaml.cs
│ │ │ ├── GroupsView.xaml
│ │ │ ├── GroupsView.xaml.cs
│ │ │ ├── SetGroup.xaml
│ │ │ ├── SetGroup.xaml.cs
│ │ │ ├── SetTag.xaml
│ │ │ ├── SetTag.xaml.cs
│ │ │ ├── TagAddView.xaml
│ │ │ ├── TagAddView.xaml.cs
│ │ │ ├── TagsView.xaml
│ │ │ └── TagsView.xaml.cs
│ │ ├── ConnectManage.xaml
│ │ ├── ConnectManage.xaml.cs
│ │ ├── Contact.xaml
│ │ ├── Contact.xaml.cs
│ │ ├── Donation.xaml
│ │ ├── Donation.xaml.cs
│ │ ├── DownloadView.xaml
│ │ ├── DownloadView.xaml.cs
│ │ ├── ExportDoc.xaml
│ │ ├── ExportDoc.xaml.cs
│ │ ├── GenCode.xaml
│ │ ├── GenCode.xaml.cs
│ │ ├── ImportMark.xaml
│ │ ├── ImportMark.xaml.cs
│ │ ├── ScriptWindow.xaml
│ │ ├── ScriptWindow.xaml.cs
│ │ ├── SettingWindow.xaml
│ │ ├── SettingWindow.xaml.cs
│ │ ├── ToolBox.xaml
│ │ └── ToolBox.xaml.cs
│ ├── SmartSQL.DocUtils
│ │ ├── app.config
│ │ ├── AppConst.cs
│ │ ├── ConfigUtils.cs
│ │ ├── DBDoc
│ │ │ ├── ChmDoc.cs
│ │ │ ├── Doc.cs
│ │ │ ├── ExcelDoc.cs
│ │ │ ├── HtmlDoc.cs
│ │ │ ├── JsonDoc.cs
│ │ │ ├── MarkDownDoc.cs
│ │ │ ├── PdfDoc.cs
│ │ │ ├── WordDoc.cs
│ │ │ └── XmlDoc.cs
│ │ ├── DocFactory.cs
│ │ ├── Dtos
│ │ │ ├── ChmHHP.cs
│ │ │ ├── ColumnDto.cs
│ │ │ ├── DBDto.cs
│ │ │ ├── SqlCode.cs
│ │ │ ├── TableDto.cs
│ │ │ └── ViewProDto.cs
│ │ ├── Enums.cs
│ │ ├── Extensions.cs
│ │ ├── JS.cs
│ │ ├── packages.config
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── RazorEngine
│ │ │ ├── Model
│ │ │ │ └── EntitiesGen.cs
│ │ │ ├── RazorReferenceResolver.cs
│ │ │ └── RazorTpl.cs
│ │ ├── SmartSQL.DocUtils.csproj
│ │ ├── TplFile
│ │ │ ├── chm
│ │ │ │ ├── embed
│ │ │ │ │ ├── highlight.js
│ │ │ │ │ └── sql-formatter.js
│ │ │ │ ├── hhc.cshtml
│ │ │ │ ├── hhk.cshtml
│ │ │ │ ├── hhp.cshtml
│ │ │ │ ├── js
│ │ │ │ │ └── jQuery.js
│ │ │ │ ├── list.cshtml
│ │ │ │ ├── sqlcode.cshtml
│ │ │ │ └── table.cshtml
│ │ │ ├── html
│ │ │ │ └── html.cshtml
│ │ │ └── msyh.ttf
│ │ └── XmlAnalyze.cs
│ └── SmartSQL.Framework
│ ├── app.config
│ ├── Const
│ │ └── SysConst.cs
│ ├── Enum.cs
│ ├── Exporter
│ │ ├── DmExporter.cs
│ │ ├── Exporter.cs
│ │ ├── IExporter.cs
│ │ ├── MySqlExporter.cs
│ │ ├── OracleExporter.cs
│ │ ├── PostgreSqlExporter.cs
│ │ ├── RedisExporter.cs
│ │ ├── SqlHelper.cs
│ │ ├── SqliteExporter.cs
│ │ └── SqlServerExporter.cs
│ ├── ExporterFactory.cs
│ ├── Lang
│ │ ├── CsharpLang.cs
│ │ ├── JavaLang.cs
│ │ ├── Lang.cs
│ │ └── LangModel.cs
│ ├── LangFactory.cs
│ ├── Models
│ │ ├── PhysicalDataModel
│ │ │ ├── BaseTable.cs
│ │ │ ├── Column.cs
│ │ │ ├── Columns.cs
│ │ │ ├── DataBase.cs
│ │ │ ├── ExtendMethod.cs
│ │ │ ├── IMetaData.cs
│ │ │ ├── Model.cs
│ │ │ ├── Procedure.cs
│ │ │ ├── Procedures.cs
│ │ │ ├── Table.cs
│ │ │ ├── Tables.cs
│ │ │ ├── View.cs
│ │ │ └── Views.cs
│ │ └── SqliteModel
│ │ ├── ConnectConfigs.cs
│ │ ├── GroupInfo.cs
│ │ ├── GroupObjects.cs
│ │ ├── SqlQueryHistory.cs
│ │ ├── SystemSet.cs
│ │ ├── TagInfo.cs
│ │ ├── TagObjects.cs
│ │ └── TemplateInfo.cs
│ ├── packages.config
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resource.Designer.cs
│ │ └── Resource.resx
│ ├── SmartSQL.Framework.csproj
│ ├── sqlite3.dll
│ ├── SQLiteAsync.cs
│ ├── SQLite.cs
│ ├── SQLiteHelper.cs
│ ├── SugarFactory.cs
│ ├── template
│ │ ├── Csharp.tmpl
│ │ └── Java.tmpl
│ ├── TsqlFormat.cs
│ ├── TSqlFormatter
│ │ ├── BaseFormatterState.cs
│ │ ├── Formatters
│ │ │ ├── HtmlPageWrapper.cs
│ │ │ ├── TSqlIdentityFormatter.cs
│ │ │ ├── TSqlObfuscatingFormatter.cs
│ │ │ ├── TSqlStandardFormatter.cs
│ │ │ └── TSqlStandardFormatterOptions.cs
│ │ ├── Interfaces
│ │ │ ├── IParseTree.cs
│ │ │ ├── ISqlTokenFormatter.cs
│ │ │ ├── ISqlTokenizer.cs
│ │ │ ├── ISqlTokenParser.cs
│ │ │ ├── ISqlTreeFormatter.cs
│ │ │ ├── IToken.cs
│ │ │ ├── ITokenList.cs
│ │ │ ├── MessagingConstants.cs
│ │ │ ├── SqlHtmlConstants.cs
│ │ │ ├── SqlTokenType.cs
│ │ │ └── SqlXmlConstants.cs
│ │ ├── ObfuscatingKeywordMapping.cs
│ │ ├── Parsers
│ │ │ └── TSqlStandardParser.cs
│ │ ├── ParseTree.cs
│ │ ├── SqlFormattingManager.cs
│ │ ├── StandardKeywordRemapping.cs
│ │ ├── Token.cs
│ │ ├── Tokenizers
│ │ │ └── TSqlStandardTokenizer.cs
│ │ ├── TokenList.cs
│ │ └── Utils.cs
│ └── Util
│ ├── AssemblyHelper.cs
│ ├── ConnectionStringUtil.cs
│ ├── ConvertHelper.cs
│ ├── EncryptHelper.cs
│ ├── FreeSqlHelper.cs
│ ├── Logging
│ │ ├── InternalTrace.cs
│ │ ├── InternalTraceWriter.cs
│ │ └── Logger.cs
│ ├── MapHelper
│ │ ├── MySqlDbTypeMapHelper.cs
│ │ ├── OracleDbTypeMapHelper.cs
│ │ ├── PostgreSqlDbTypeMapHelper.cs
│ │ ├── SqliteDbTypeMapHelper.cs
│ │ └── SqlServerDbTypeMapHelper.cs
│ ├── PathHelper.cs
│ ├── RedisServerInfoHelper.cs
│ ├── SerializeHelper.cs
│ ├── SingletonConstructor.cs
│ └── StringExtension.cs
├── SmartSQL.sln
└── SmartSQL.sln.DotSettings
78 directories, 772 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论