Skip to content

Embedded rust connection #136

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Embedded rust connection #136

wants to merge 9 commits into from

Conversation

remade
Copy link
Contributor

@remade remade commented Jan 2, 2025

What is the motivation?

Implement Rust in Python for embeded connections

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

What does this change do?

What is your testing strategy?

Is this related to any issues?

Have you read the Contributing Guidelines?

@maxwellflitton
Copy link
Contributor

Hey @remade thanks for looking into this. In terms of the fusing of rust to python we're going to download the dynamic C lib of surrealDB and link to it via FFI. Happy to talk to you about this approach. Here is an example of this approach. In terms of using PyO3 I did write the packt book on this but now I'm getting much better build experiences just ripping out PyO3 and doing raw C bindings. Other lead developers I know are also having the same experience.

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

Successfully merging this pull request may close these issues.

2 participants