Official win-arm64 support roadmap
(1) By dexterw on 2024-12-17 02:40:46 [link] [source]
Hi Sqlite developers,
the Qualcomm Snapdragon X Elite version's WoA now has a very decent performance and fairly long battery life(10+ hrs). I belief Windows-arm64 is going to be a serious thing in the laptop platform soon. Is there an roadmap to provide the official support for win-arm64 platform?
(2) By Stephan Beal (stephan) on 2024-12-17 03:04:12 in reply to 1 [source]
Is there an roadmap ...
This project, as a rule, has no roadmaps. It evolves "organically," on an as-needed (or, sometimes, an as-commercially-sponsored) basis.
(3) By dexterw on 2024-12-17 06:00:44 in reply to 2 [link] [source]
Sorry, I am not familar to this "organically" evolution idea.
how does it work? how were the decisions made? is there some place to gather feature requests?
(4) By Stephan Beal (stephan) on 2024-12-17 06:07:19 in reply to 3 [link] [source]
Sorry, I am not familar to this "organically" evolution idea.
It means that features are not planned out in advance. They're added "as needed."
how were the decisions made?
In short: our project lead decides what gets added and what does not.
is there some place to gather feature requests?
That's one of the purposes of this forum, but note that the project has very strict backwards-compatibility constraints, as well as "forward-support" constraints, which limit the feature requests which are actually accepted.
(5) By anonymous on 2024-12-18 04:27:25 in reply to 1 [link] [source]
Depending on your use case, DuckDB supports SQLite and has win-arm64 version. (Not affiliated to DuckDB, just a happy user of both SQLite and duckDB)
(6) By ade (lewisar) on 2025-01-09 16:55:44 in reply to 5 [link] [source]
I've been using sqlite in a .net maui app for some years. I'm experimenting with a Surface laptop with a Snapdragon(R) X 12-core X1E80100 processor. Is Sqlite currently supported in this environment?
Having updated everything via Nuget and built in VS2022, my app runs on an Android device but the database doesn't seem to work on the target device. Was I being too optimistic? (Still having difficulty building it for iOS!)
I have successfully installed SQLite Studio on the laptop and can interrogate my database, so I was hoping that it would all just burst into life.
Any info gratefully received.