Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
54be9a9d
Commit
54be9a9d
authored
Aug 18, 2017
by
Savorboard
Committed by
GitHub
Aug 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.zh-cn.md
parent
6db90a6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
README.zh-cn.md
README.zh-cn.md
+4
-1
No files found.
README.zh-cn.md
View file @
54be9a9d
...
@@ -46,10 +46,13 @@ PM> Install-Package DotNetCore.CAP.Kafka
...
@@ -46,10 +46,13 @@ PM> Install-Package DotNetCore.CAP.Kafka
PM> Install-Package DotNetCore.CAP.RabbitMQ
PM> Install-Package DotNetCore.CAP.RabbitMQ
```
```
CAP
默认提供了 Sql Server 的扩展作为数据库存储(MySql的正在开发中)
:
CAP
提供了 Sql Server, MySql, PostgreSQL 的扩展作为数据库存储
:
```
```
// 按需选择安装你正在使用的数据库
PM> Install-Package DotNetCore.CAP.SqlServer
PM> Install-Package DotNetCore.CAP.SqlServer
PM> Install-Package DotNetCore.CAP.MySql
PM> Install-Package DotNetCore.CAP.PostgreSql
```
```
### Configuration
### Configuration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment