From 8c0e0a84e7d0cdad69a5069ad2b790f7f2894632 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Tue, 23 Feb 2010 21:44:41 +0100 Subject: [PATCH] README: now markdown --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9feef2f..773107d 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ All function arguments systematically omit the leading DB handles and TXN handle A few calls omit the flags parameter when the documentation indicates that no flag values are used - cursor.close is one. +Alternative API +--------------- + +You can use [SBDB](http://github.com/DenisKnauf/sbdb), too. It is easier to use, but base on this library. + Notes =====