1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-26 23:35:45 +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:
- [IndexedDB (Browser)](db/indexeddb/)
- [Redis](db/redis/)
- [SQLite](db/sqlite/)
- [Postgres](db/postgres/)
- [MongoDB](db/mongo/)
- [Clickhouse](db/clickhouse/)
- [IndexedDB (Browser)](src/db/indexeddb/)
- [Redis](src/db/redis/)
- [SQLite](src/db/sqlite/)
- [Postgres](src/db/postgres/)
- [MongoDB](src/db/mongo/)
- [Clickhouse](src/db/clickhouse/)
The `.export()` and `.import()` methods are still available for non-persistent In-Memory indexes.