ocaml-mssql
A high-level wrapper OCaml SQL Server client library using FreeTDS (by arenadotio)
ocurl
OCaml bindings to libcurl (by ygrek)
ocaml-mssql | ocurl | |
---|---|---|
1 | 1 | |
12 | 59 | |
- | - | |
2.7 | 5.6 | |
over 3 years ago | about 2 months ago | |
OCaml | C | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ocaml-mssql
Posts with mentions or reviews of ocaml-mssql.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-13.
-
Ocaml for web development
I do only very basic web development but have been generally happy with it. One problem I hit was that mssql only works with one of OCaml's async libraries (Async) whereas multipart forms only works with the other, incompatible, async library (Lwt).
ocurl
Posts with mentions or reviews of ocurl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-13.
-
Ocaml for web development
We (a small company creating specialized inventory management and e-commerce systems) use Dream for web development. Webmachine and Cohttp for creating RESTful APIs. HTTP-clients with Ocurl and Cohttp. We are very happy with our choice of technologies.
What are some alternatives?
When comparing ocaml-mssql and ocurl you can also consider the following projects:
ocaml-cohttp - An OCaml library for HTTP clients and servers using Lwt or Async
lwt - OCaml promises and concurrent I/O
ocaml-webmachine - A REST toolkit for OCaml
multipart_form - According an other RFC2388...
libcurl - A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
async - Jane Street Capital's asynchronous execution library