Skip to content

Commit

Permalink
New dataStore implementation
Browse files Browse the repository at this point in the history
* Based on pure-Go BoltDB
* Initial motivation: failure to build sqlite3 for android with
  recent Go mobile versions (mattn/go-sqlite3#201)
* Set to be used on all but Windows (where sqlite3 is in production)
  for maximum test exposure
  • Loading branch information
rod-hynes committed May 27, 2015
1 parent 85d64b0 commit 52998b7
Show file tree
Hide file tree
Showing 3 changed files with 667 additions and 1 deletion.
2 changes: 2 additions & 0 deletions psiphon/dataStore.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

/*
* Copyright (c) 2015, Psiphon Inc.
* All rights reserved.
Expand Down
Loading

0 comments on commit 52998b7

Please sign in to comment.