Skip to content

Commit 665affd

Browse files
committed
added tSQLt unit testing tool
1 parent 2591919 commit 665affd

5 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ https://rawgit.com/unruledboy/DatabaseStack/master/ux/DatabaseStack.htm
460460
- Access Control
461461
- SQL Inject
462462
- Backup
463+
- Testing
464+
- [tSQLt](http://tsqlt.org/)
463465
- [Oracle](https://www.oracle.com/database/)
464466
- [MySQL](https://www.mysql.com/)
465467
- [PostgreSQL](http://www.postgresql.org/)

README.zh-cn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ https://rawgit.com/unruledboy/DatabaseStack/master/ux/DatabaseStack.htm?locale=z
463463
- Access Control
464464
- SQL Inject
465465
- Backup
466+
- 测试
467+
- [tSQLt](http://tsqlt.org/)
466468
- [Oracle](https://www.oracle.com/database/)
467469
- [MySQL](https://www.mysql.com/)
468470
- [PostgreSQL](http://www.postgresql.org/)

preview.png

5.35 KB
Loading

preview.zh-cn.png

2.94 KB
Loading

ux/DatabaseStack.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,18 @@
14571457
{ "name": "SQL Inject" },
14581458
{ "name": "Backup" }
14591459
]
1460+
},
1461+
{
1462+
"name": "Testing",
1463+
"languages": {
1464+
"zh-cn": "测试"
1465+
},
1466+
"children": [
1467+
{
1468+
"name": "tSQLt",
1469+
"url": "http://tsqlt.org/"
1470+
}
1471+
]
14601472
}
14611473
]
14621474
},

0 commit comments

Comments
 (0)