Skip to content

Commit

Permalink
Add caqti.plugin to documentation index and fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Feb 15, 2024
1 parent 7b66e7e commit 6b5f0a5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion caqti/doc/index.mld
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,22 @@ Real concurrency support is provided by separate packages.
The entry point of this library is the module:
{!module-Caqti_blocking}.

{1 Library caqti.plugin}

This library registers a dynamic linker based on the dune-site.plugin
library, which allows Caqti to automatically load driver libraries inferred
from the URI when connecting to a new kind of database for the first time.
It has entry point; linking aganist it provides all of its functionality.

This library is an experimental drop-in replacement for the caqti-dynload
package.


{1 Platform Libraries for Internal Use}

The platform libraries are only meant for use in implementing drivers and
concurrency support. {b These APIs are unstable}, i.e. they can change between
minor version and without prior deprecation notices.
minor versions and without prior deprecation notices.

{2 Library caqti.platform}

Expand Down

0 comments on commit 6b5f0a5

Please sign in to comment.