Skip to content

Commit

Permalink
Add sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed Jan 19, 2022
1 parent f3cbb92 commit d5db2cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/sharding.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta name="go-import" content="gorm.io/sharding git https://github.com/go-gorm/sharding">
<meta name="go-source" content="gorm.io/sharding https://github.com/go-gorm/sharding https://github.com/go-gorm/sharding/tree/master{/dir} https://github.com/go-gorm/sharding/blob/master{/dir}/{file}#L{line}">
<title>Gorm</title>
</head>

<body>
<a href="https://gorm.io">https://gorm.io</a><br>
<a href="https://github.com/go-gorm/sharding" target="_blank">https://github.com/go-gorm/sharding</a>
</body>
</html>

0 comments on commit d5db2cf

Please sign in to comment.