Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: risteli/dbr

Tags

v2.4

Toggle v2.4's commit message
Fix ability to pass TracingEventReceiver to dbr (gocraft#154)

* add failing tests that exercise TracingEventReceiver

* pass EventReceiver explicitly between types rather than embedded parent struct

* Code review comments for gocraft#154

* address code review comments for gocraft#154

v2.3

Toggle v2.3's commit message
HOUSEKEEPING: add stale bot

v2.2

Toggle v2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
TEST: upgrade to circleci 2.0 (gocraft#126)

v2.1

Toggle v2.1's commit message
Merge branch 'TC_2.1'

v2.0

Toggle v2.0's commit message
FEATURE: 2.0

tl;dr
1. postgres
2. support almost all common sql statements
3. modularize syntax support for extensibility
4. compatible with 1.0

v1.1

Toggle v1.1's commit message
Merge pull request gocraft#17 from philips/getting-started-fix

README: add encoding/json to getting started