Skip to content

Commit 52998b7

Browse files
committed
New dataStore implementation
* 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
1 parent 85d64b0 commit 52998b7

File tree

3 files changed

+667
-1
lines changed

3 files changed

+667
-1
lines changed

psiphon/dataStore.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build windows
2+
13
/*
24
* Copyright (c) 2015, Psiphon Inc.
35
* All rights reserved.

0 commit comments

Comments
 (0)