Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add backend support for PostgreSQL [WIP]#2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
amotl wants to merge3 commits intomain
base:main
Choose a base branch
Loading
frompostgresql
Draft

Conversation

@amotl
Copy link
Member

@amotlamotl commentedJan 28, 2024
edited
Loading

About

Instead of using SQLite like the original packageatsphinx-sqlite3fts, this patch explores how it can be made work to use other SQL databases which provide FTS features, likePostgreSQL with corresponding extensions, orCrateDB without further ado.

Details

Because this will not be able to pull off the same trick of embedding the SQLite database into the browser, accessing it through WASM, it will be far behind from a convenience standpoint, because it will also need to accompany a little backend service wrapping the search request.

Because our intention is to use the search-as-you-type UI widgetreadthedocs-sphinx-search, we will probably make it so that this little middleware service will be compatible, to make it easy to swap this in.

Otherwise, `language_data` renders like `var stopwords = ;`, which isinvalid code.
@amotlamotlforce-pushed thepostgresql branch 2 times, most recently from872a273 to28603bcCompareJanuary 29, 2024 03:55
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@amotl

[8]ページ先頭

©2009-2025 Movatter.jp