Go to file
Jannis Mattheis edec140c82 Limit sqlite to one connection
we use the database connection inside the handlers from the http
framework, therefore concurrent access occurs. Sqlite cannot handle
concurrent writes, so we limit sqlite to one connection.
see https://github.com/mattn/go-sqlite3/issues/274
2018-02-12 16:33:03 +01:00
api Return user on create user 2018-02-11 14:33:59 +01:00
auth Adjust authentication to also send 403 2018-02-11 14:33:59 +01:00
config Add main app 2018-02-12 16:33:03 +01:00
database Limit sqlite to one connection 2018-02-12 16:33:03 +01:00
error Add error handler 2018-02-11 12:09:12 +01:00
main Add main app 2018-02-12 16:33:03 +01:00
model Formatting 2018-02-11 14:33:59 +01:00
router Add router 2018-02-11 14:33:59 +01:00
stream Add streaming api 2018-02-08 19:52:58 +01:00
.gitignore Add gitignore 2018-01-19 22:49:42 +01:00
.travis.yml Enable golint and fix golint-errors like adding documentation 2018-01-28 15:56:28 +01:00
Gopkg.lock Update dep file 2018-02-11 08:54:20 +01:00
Gopkg.toml Add monkey dependency & cleanup dep file 2018-02-01 18:49:12 +01:00
LICENSE Add license 2018-02-08 19:52:58 +01:00
README.md Add README with badges 2018-01-28 15:56:28 +01:00
all-test-with-coverage.sh Improve build time 2018-02-11 12:09:12 +01:00

README.md

Memo

Build Status codecov Go Report Card