meilisearch / heed

A fully typed LMDB wrapper with minimum overhead 🐦
https://docs.rs/heed
MIT License
519 stars 52 forks source link

Question: Use heed from python #236

Open dineshbvadhia opened 7 months ago

dineshbvadhia commented 7 months ago

Can heed be used from python? If so, are there any examples? Thanks

Kerollmops commented 7 months ago

Hey @dineshbvadhia 👋

It is unfortunately not possible to directly find heed on the Python package store. The main reason is that we haven't exposed the C bindings for it.

dineshbvadhia commented 7 months ago

Are there plans to expose the C bindings?

irevoire commented 6 months ago

What features should it provide that the original lmdb python-wrapper doesn’t provide?