lbcd/ldb
Dave Collins 2aca924514 Allow the Open/CreateDB funcs to take any params.
The specific parameters required by a backend is better left up to the
backend itself.  For example memdb has no need for a database path, while
ldb does.  This commit modifies the OpenDB and CreateDB functions to take
a arbitrary arguments which are passed along to the driver.  The driver is
expected to verify the correct type and number of arguments and error
accordingly.

The existing backends have been updated accordingly.
2014-01-19 20:13:21 -06:00
..
dbtest Update ldb/dbtest to latest goleveldb API. 2014-01-18 21:06:10 -06:00
block.go Prune the btcddb.Db interface. 2014-01-19 18:01:05 -06:00
boundary_test.go Add 2014 to copyright dates. 2014-01-08 23:54:52 -06:00
doc.go Add 2014 to copyright dates. 2014-01-08 23:54:52 -06:00
dup_test.go Add 2014 to copyright dates. 2014-01-08 23:54:52 -06:00
insertremove_test.go Prune the btcddb.Db interface. 2014-01-19 18:01:05 -06:00
internal_test.go Add 2014 to copyright dates. 2014-01-08 23:54:52 -06:00
leveldb.go Allow the Open/CreateDB funcs to take any params. 2014-01-19 20:13:21 -06:00
operational_test.go Prune the btcddb.Db interface. 2014-01-19 18:01:05 -06:00
tx.go Add 2014 to copyright dates. 2014-01-08 23:54:52 -06:00