diff --git a/docs/faq.rst b/docs/faq.rst index 246b93c..3241a9e 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -281,4 +288,12 @@ Check back later for tutorials. For now, you can read about: - the `LinkML expression language `_ - `Rules in LinkML `_ -In future we will provide bindings for rule engines, datalog engines, and OWL reasoners. \ No newline at end of file +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 `_. \ No newline at end of file