nalgeon / sqlean

The ultimate set of SQLite extensions
MIT License
3.65k stars 115 forks source link

Call for Feedback #81

Closed nalgeon closed 8 months ago

nalgeon commented 1 year ago

If you find sqlean useful in your work or personal projects — I'd love to know more about your use cases. It will really help me to focus on the most important aspects and not waste time on things nobody cares about.

So if you'd like to help this project, please answer the following 3 questions in the comments:

  1. What is your role in the organization? (e.g. "I'm a mobile app developer" or "I'm a data analyst")
  2. What do you use sqlean for? (e.g. "To work with Unicode data in the app" or "For math statistics in financial reports")
  3. What is the top 1 thing you miss in sqlean? (e.g. "An extension for working with dates" or "A Python package")

If you'd rather answer privately — drop me a line at m@antonz.org

Thank you for your support!

edgarrmondragon commented 1 year ago

Hi Anton 👋.

  1. Software Engineer

  2. We maintain a CLI that uses a database (via SQLAlchemy) to store job execution history and data sync state.

    I'm experimenting with shipping our application with its own SQLite binary dependency to avoid problems where users install the application in an environment with an older version of SQLite (e.g. EC2) that are missing key features, such as ALTER TABLE ... RENAME ... TO. One workaround is to use pysqlite3, but the binary package (pysqlite3-binary) only has wheels for Linux, so at best Windows and MacOS users would have to build their own wheels.

    This is where sqlean.py would come to save the day by having more wheels available, allowing us to ship an application users can install without needing to build any wheels on their end.

  3. PyPI wheels for 0.21.5.2 😅

Thanks for creating sqlean and sqlean.py!

nalgeon commented 1 year ago

Edgar, thank you for the feedback! (also for the PR) I screwed up the 0.21.5.2 release, but now, thanks to you, the 0.21.5.3 should be published.

fractaledmind commented 1 year ago
terefang commented 10 months ago
nalgeon commented 8 months ago

Thanks everyone! Due to the lack of interest from the community and my lack of free time, I do not plan to spend much time on this project in the near future, so this topic is no longer relevant.