Skip to content

Commit cc4f493

Browse files
committed
Improved README
1 parent 558b9ef commit cc4f493

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ the old (version 2) SQLite and its OCaml wrapper `ocaml-sqlite`.
1212

1313
### Usage
1414

15-
The API in file `src/sqlite3.mli` is fully documented, and HTML-documentation
16-
can be built using `make doc` and installed with this distribution. It can
17-
also be found [online](http://mmottl.github.io/sqlite3-ocaml/api/sqlite3).
15+
The API in file `src/sqlite3.mli` is fully documented. It can also be found
16+
[online](http://mmottl.github.io/sqlite3-ocaml/api/sqlite3).
1817

1918
SQLite3 has its own [online documentation](http://www.sqlite.org/docs.html).
2019

@@ -60,17 +59,19 @@ Undefined symbols for architecture ...:
6059

6160
### Credits
6261

63-
* Enrico Tassi contributed support for user-defined scalar functions.
62+
* Mikhail Fedotov wrote ocaml-sqlite for SQLite version 2. His bindings
63+
served as a reference for this wrapper, but sqlite3 is written completely
64+
from scratch since the C interface changed significantly.
65+
66+
* Christian Szegedy wrote the initial release for SQLite version 3.
6467

6568
* Markus Mottl rewrote Christian's bindings for Jane Street Holding, LLC to
6669
clean up a few things and to make it perform better in multi-threaded
6770
environments.
6871

69-
* Christian Szegedy wrote the initial release for SQLite version 3.
72+
* Enrico Tassi contributed support for user-defined scalar functions.
7073

71-
* Mikhail Fedotov wrote ocaml-sqlite for SQLite version 2. His bindings
72-
served as a reference for this wrapper, but sqlite3 is written completely
73-
from scratch since the C interface changed significantly.
74+
* Markus W. Weissmann contributed backup functionality.
7475

7576
### Contact Information and Contributing
7677

0 commit comments

Comments
 (0)