回答編集履歴

2

fix

2017/09/04 07:58

投稿

mattn
mattn

スコア5030

test CHANGED
@@ -42,4 +42,8 @@
42
42
 
43
43
 
44
44
 
45
+ [https://github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
46
+
47
+
48
+
45
49
  ファイルの添付の扱いは、SQLite3 の blob に入れてしまう方法もありますし、サーバにIDの名前で保存してしまう方法もありますし、どちらを選んでも良いと思います。

1

add gin

2017/09/04 07:58

投稿

mattn
mattn

スコア5030

test CHANGED
@@ -3,6 +3,14 @@
3
3
 
4
4
 
5
5
  [https://github.com/labstack/echo](https://github.com/labstack/echo)
6
+
7
+
8
+
9
+ 第2候補としては gin です。
10
+
11
+
12
+
13
+ [https://github.com/gin-gonic/gin](https://github.com/gin-gonic/gin)
6
14
 
7
15
 
8
16