Skip to content

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
logoove committed Nov 3, 2021
1 parent 2833685 commit 4eba1ab
Show file tree
Hide file tree
Showing 46 changed files with 2,241,998 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ db, _ = sqlx.Open("sqlite3","./users.db")
rows:=[]Users{}
db.Select(&rows,"SELECT id,name FROM users ORDER BY id")
~~~
~~~
### 更新日志
2021-11-3 v1.13.0 新增更多系统编译,支持sqlite 3.36.0
Loading

0 comments on commit 4eba1ab

Please sign in to comment.