@@ -12,9 +12,8 @@ the old (version 2) SQLite and its OCaml wrapper `ocaml-sqlite`.
12
12
13
13
### Usage
14
14
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 ) .
18
17
19
18
SQLite3 has its own [ online documentation] ( http://www.sqlite.org/docs.html ) .
20
19
@@ -60,17 +59,19 @@ Undefined symbols for architecture ...:
60
59
61
60
### Credits
62
61
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.
64
67
65
68
* Markus Mottl rewrote Christian's bindings for Jane Street Holding, LLC to
66
69
clean up a few things and to make it perform better in multi-threaded
67
70
environments.
68
71
69
- * Christian Szegedy wrote the initial release for SQLite version 3 .
72
+ * Enrico Tassi contributed support for user-defined scalar functions .
70
73
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.
74
75
75
76
### Contact Information and Contributing
76
77
0 commit comments