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:
12
README.md
12
README.md
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user