sqlite-memory-vfs

Python writable in-memory virtual filesystem for SQLite (by michalc)

Sqlite-memory-vfs Alternatives

Similar projects and alternatives to sqlite-memory-vfs based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sqlite-memory-vfs alternative or higher similarity.

sqlite-memory-vfs reviews and mentions

Posts with mentions or reviews of sqlite-memory-vfs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-27.
  • SQLite-memory-vfs: Open a SQLite db from memory in Python, without hitting disk
    4 projects | news.ycombinator.com | 27 Dec 2023
    Have now implemented a version of this at https://github.com/michalc/sqlite-memory-vfs/blob/74a24ce567...

    I think different to yours in two ways:

    - If doesn't go via PENDING if it doesn't need to. Not sure what's best really - but since RESERVED can already be skipped in some cases (recovering from a hot-journal) then so far happy with "skipping is a thing", and PENDING is private to the VFS anyway from what I can tell, so nothing else should care I think

    - It doesn't do the blocking on PENDING in the lock function, but depends on SQLite's core code doing it via the busy handler/timeout

Stats

Basic sqlite-memory-vfs repo stats
3
14
8.6
4 months ago

michalc/sqlite-memory-vfs is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of sqlite-memory-vfs is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com