Skip to content

Commit

Permalink
add missing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Aug 15, 2024
1 parent ad19618 commit 7e6f195
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ Check out the repo, and like all linkml projects, use Poetry:
Backend Integrations
------------

What is a database integration?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This framework provides different integrations (aka adapters or implementations) that can hook into
your favorite backend database (if your database engine is not supported, please be patient - or
consider contributing one as a PR!)

Does linkml-store support DuckDB?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -281,4 +288,12 @@ Check back later for tutorials. For now, you can read about:
- the `LinkML expression language <https://linkml.io/linkml/schemas/expression-language.html>`_
- `Rules in LinkML <https://linkml.io/linkml/schemas/advanced.html#rules>`_

In future we will provide bindings for rule engines, datalog engines, and OWL reasoners.
In future we will provide bindings for rule engines, datalog engines, and OWL reasoners.

Contributing
------------

How do I contribute to linkml-store?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

We welcome contributions! Please see the `LinkML contributing guide <https://linkml.io/linkml/contributing.html>`_.

0 comments on commit 7e6f195

Please sign in to comment.