File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
DDBC
2
2
====
3
3
4
- [ ![ DUB Package] ( https://img.shields.io/dub/v/ddbc.svg )] ( https://code.dlang.org/packages/ddbc ) [ ![ CI] ( https://github.com/buggins/ddbc/workflows/CI /badge.svg )] ( https://github.com/buggins/ddbc/actions?query=workflow%3ACI ) [ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/buggins/ddbc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
4
+ [ ![ DUB Package] ( https://img.shields.io/dub/v/ddbc.svg )] ( https://code.dlang.org/packages/ddbc ) [ ![ CI] ( https://github.com/buggins/ddbc/actions/ workflows/dub.yml /badge.svg )] ( https://github.com/buggins/ddbc/actions/workflows/dub.yml ) [ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/buggins/ddbc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
5
5
6
6
DDBC is DB Connector for D language (similar to JDBC)
7
7
@@ -190,4 +190,4 @@ The examples should also run, make sure to change to the _example_ directory and
190
190
191
191
In the case of the ODBC connection _ FreeTDS_ is just an example, if you have _ msodbcsql17_ driver installed use that instead.
192
192
193
- Also, you may want to only run a single database image at a time. In that case you can do ` docker-compose up <NAME> `
193
+ Also, you may want to only run a single database image at a time. In that case you can do ` docker-compose up <NAME> `
You can’t perform that action at this time.
0 commit comments