0.4.12 • Published 1 year ago

@lyrasearch/lyra v0.4.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Orama. Search, everywhere.

Lyra is changing name to Orama! Introducing OramaSearch Inc.

Tests

Join Orama's Slack channel

If you need more info, help, or want to provide general feedback on Orama, join the Lyra Slack channel

Installation - install via @orama/orama!

You can install Lyra using npm, yarn, pnpm:

npm i @orama/orama
yarn add @orama/orama
pnpm add @orama/orama

Or import it directly in a browser module:

<html>
  <body>
    <script type="module">
      import { create, search, insert } from "https://unpkg.com/@orama/orama@latest/dist/index.js";

      // ...
    </script>
  </body>
</html>

License

Orama is licensed under the Apache 2.0 license.