Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Open local rocksdb file with Surrealist #618

Open
2 tasks done
HuakunShen opened this issue Dec 13, 2024 · 1 comment
Open
2 tasks done

Feature: Open local rocksdb file with Surrealist #618

HuakunShen opened this issue Dec 13, 2024 · 1 comment
Labels
feature New feature or request

Comments

@HuakunShen
Copy link

Is your feature request related to a problem?

I used embedded surrealdb and produced surrealdb::engine::local::RocksDb.
Seems like the only way to interact with this DB is by writing code.

Describe the solution

It would be helpful if Surrealist can open this kind of local DB like how DataGrip can interact with sqlite.

Have you considered contributing this feature yourself?

No response

Contact Details

No response

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@HuakunShen HuakunShen added feature New feature or request triage This issue is new labels Dec 13, 2024
@macjuul macjuul removed the triage This issue is new label Dec 13, 2024
@macjuul
Copy link
Contributor

macjuul commented Dec 13, 2024

This is a topic we are definitely considering improving in the future.

For reference and as a workaround for now, you can spin up a local instance of SurrealDB pointed to the same database files and connect Surrealist to it. You will need to make sure you using the same version of SurrealDB, and aren't running this instance at the same time as your application, as the database files will be locked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants