diff --git a/README.md b/README.md index afb67be1..b47d7f0d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ that uses Datalog for query and focuses on graph data and algorithms. * Fixed rules providing efficient whole-graph algorithms which integrate seamlessly with Datalog * Rich set of built-in functions and aggregations * Only a single executable, trivial to deploy and run +* [Embeddable](https://cozodb.github.io/current/manual/setup.html#embedding-cozo), can run in the same process as the application * Easy to use from any programming language * Special support for [Jupyter](https://jupyter.org/) notebooks for integration with the Python DataScience ecosystem * Modern, clean, flexible syntax, informative error messages diff --git a/docs/source/setup.rst b/docs/source/setup.rst index 5dbed6ba..6bf39411 100644 --- a/docs/source/setup.rst +++ b/docs/source/setup.rst @@ -223,5 +223,4 @@ For Rust programs, as ``cozoserver`` is just a very thin wrapper around the Cozo you can use the library directly. For languages other than Rust, you will need to provide custom bindings, -but again for `Python `_ and `NodeJS `_ this is trivial. -Cozo will always use multiple threads, embedded or not. \ No newline at end of file +but again for `Python `_ and `NodeJS `_ this is trivial. \ No newline at end of file