README: now markdown

master
Denis Knauf 2010-02-23 21:39:08 +01:00
parent 5d0d3544a6
commit 1520e5634e
1 changed files with 3 additions and 3 deletions

View File

@ -65,11 +65,11 @@ API
This interface is most closely based on the DB4 C api and tries to maintain close
interface proximity. That API is published by Oracle.
http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/frame_main.html
[http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/frame_main.html]
All function arguments systematically omit the leading DB handles and TXN handles.
A few calls omit the flags parameter when the documentation indicates that no
flag values are used - cursor.close is one.
A few calls omit the flags parameter when the documentation indicates that no
flag values are used - cursor.close is one.
Notes
=====