1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-27 07:44:35 +02:00

proper urls to db

This commit is contained in:
Thomas Wilkerling
2025-03-08 09:15:29 +01:00
parent 499027160b
commit 2fb416a73f

View File

@@ -38,12 +38,12 @@ FlexSearch provides a new Storage Adapter where indexes are delegated through pe
Supported: Supported:
- [IndexedDB (Browser)](db/indexeddb/) - [IndexedDB (Browser)](src/db/indexeddb/)
- [Redis](db/redis/) - [Redis](src/db/redis/)
- [SQLite](db/sqlite/) - [SQLite](src/db/sqlite/)
- [Postgres](db/postgres/) - [Postgres](src/db/postgres/)
- [MongoDB](db/mongo/) - [MongoDB](src/db/mongo/)
- [Clickhouse](db/clickhouse/) - [Clickhouse](src/db/clickhouse/)
The `.export()` and `.import()` methods are still available for non-persistent In-Memory indexes. The `.export()` and `.import()` methods are still available for non-persistent In-Memory indexes.