Skip to content

oxtoacart/pathdb

 
 

Repository files navigation

This is a Go port of https://github.com/getlantern/db-android.

The internal data model is not completely compatible. Paths in db-android are stored as serde serialized BLOBs (e.g. T/mypath), whereas in pathdb they are stored as strings (e.g. mypath). This was necessary to allow pathdb to work with iOS. The impact is that when we switch Android to use pathdb, we'll have to migrate the data from existing DBs over to a new pathdb and convert paths in the process. This shouldn't be too hard.

About

Go port of db-android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Makefile 0.4%