SaaSHub helps you find the best software and product alternatives Learn more →
Pysqlite3 Alternatives
Similar projects and alternatives to pysqlite3
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
Bedrock
Rock solid distributed database specializing in active/active automatic failover and WAN replication (by Expensify)
-
-
-
-
-
pysqlite3 discussion
pysqlite3 reviews and mentions
-
Datasette Lite: a server-side Python web application running in a browser
I have an open issue for that here: https://github.com/simonw/datasette-lite/issues/28
My initial hunch is that this will be really difficult - probably require a fork of something like https://github.com/coleifer/pysqlite3 then compiled for WebAssembly.
I'm confident it's feasible, but I don't have the skills to figure it out myself.
-
SQLite 3.38 Released
In the meantime you can use this to get a more modern SQLite in Python without having to replace SQLite yourself: https://github.com/coleifer/pysqlite3
On Linux you can use "pip install pysqlite3-binary" to get a compiled built version of it.
-
I Built Litestream
Lastly, use a modern version of SQLite. Many default installations come with versions from a few years ago. In Python for example, you can use pysqlite3[0] to get the latest SQLite without worrying about compiling it (and it also comes with excellent compilation defaults).
[0] https://github.com/coleifer/pysqlite3
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Jan 2025
Stats
coleifer/pysqlite3 is an open source project licensed under zlib License which is an OSI approved license.
The primary programming language of pysqlite3 is C.