顯示具有 程式開發好用工具 標籤的文章。 顯示所有文章
顯示具有 程式開發好用工具 標籤的文章。 顯示所有文章

2020年6月7日 星期日

2018年7月8日 星期日

DbSchema設計工具

1.可以離線編輯,新專案還沒有資料庫時可以用來設計資料庫,規劃完可以直接產生Script
2.DbSchema專案檔副檔名是dbs,就是xml,可以用Notepad++打開,也方便進版控,紀錄資料庫變更歷程
3.Schema也可以匯出成html
4.支援的資料庫種類非常多,詳見 https://www.dbschema.com/drivers.html
5.Windows程式執行檔已經使用install4j打包,不需要另外安裝Java
6.有免安裝版本,也有Mac和Linux版本

用AdventureWorks2017範例資料庫產生的html檔
https://1drv.ms/u/s!AmQ3SaTA10NQihO3rtLzfZxvEXnO

台灣 .NET 技術愛好者俱樂部
https://www.facebook.com/groups/DotNetUserGroupTaiwan/permalink/1901424886817287/

DbSchema官網
https://www.dbschema.com

DbSchema 20% Discount
https://www.colormango.com/product/dbschema_112104.html

2017年8月23日 星期三

Schema Zen - Script and create SQL Server objects quickly

https://github.com/sethreno/schemazen

D:\ExportSchema\SchemaZen.exe script --server 127.0.0.1 --database 資料庫名稱 --scriptDir D:\ExportSchema\

除了script參數以外,還有create和compare
script參數:generate sql scripts for all objects in the database
create參數:create a database named db from the sql scripts
compare參數:compare databases