1
0
mirror of https://github.com/TaKO8Ki/gobang.git synced 2021-09-19 22:32:56 +03:00

Implement table infinite scrolling (#22)

* implement infinite scrolling

* add windows as runs-on OS
This commit is contained in:
Takayuki Maeda
2021-07-11 22:07:12 +09:00
committed by GitHub
parent 4486fc707d
commit 4472b63754
6 changed files with 49 additions and 13 deletions

View File

@@ -9,3 +9,9 @@ user = "root"
host = "localhost"
port = 3306
database = "world"
[[conn]]
user = "root"
host = "localhost"
port = 3306
database = "employees"