Add note to README.md that Db interface may change.

This commit is contained in:
Dave Collins 2013-05-29 16:41:51 -05:00
parent f6c3d6d57a
commit 6ac2a9b934

View file

@ -7,6 +7,9 @@ coverage. See `test_coverage.txt` for the current coverage (using gocov). On a
UNIX-like OS, the script `cov_report.sh` can be used to generate the report.
Package btcdb is licensed under the liberal ISC license.
Note that the main `Db` interface is not yet finalized, so it is subject to
change.
## Sample Use
```Go