wp-sqlite-db VS bedrock

Compare wp-sqlite-db vs bedrock and see what are their differences.

wp-sqlite-db

A single file drop-in for using a SQLite database with WordPress. Based on the original SQLite Integration plugin. (by aaemnnosttv)

bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure (by roots)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
wp-sqlite-db bedrock
10 39
535 6,060
- 0.6%
0.0 7.2
3 months ago 5 days ago
PHP PHP
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wp-sqlite-db

Posts with mentions or reviews of wp-sqlite-db. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-26.
  • WordPress Core to start using SQLite Database
    5 projects | news.ycombinator.com | 26 Jul 2023
    Before they added SQLite as WP plugin, I would use https://github.com/aaemnnosttv/wp-sqlite-db/ and I would use `define('DB_DIR', '/absolute/custom/path/to/directory/for/sqlite/database/file/');` to define the database location of my choice; I believe they would let users do the same with core support.
  • WordPress to support SQLite back end
    3 projects | news.ycombinator.com | 20 Dec 2022
    They basically took this implementation and just adapted it to coding standards:

    https://github.com/aaemnnosttv/wp-sqlite-db

    This has been around since some time and is itself a fork of a previous work.

    The interesting part is that this drop-in replacement (mostly) already works well, there are a few issues that are related to some quirks in the WordPress core itself, for example: https://github.com/aaemnnosttv/wp-sqlite-db/issues/18

    And maybe now they will be fixed.

  • WordPress testing official SQLite Support
    5 projects | news.ycombinator.com | 16 Dec 2022
  • WordPress WASM
    6 projects | news.ycombinator.com | 24 Sep 2022
    Author here, here's an in-depth writeup on how this works and why it's useful:

    https://make.wordpress.org/core/2022/09/23/client-side-webas...

    To answer your questions directly:

    WebAssembly is the magic sauce that transforms server-side code into client-side code. MySQL unfortunately is not yet supported by WebAssembly, so I applied a plugin that adds SQLite supports to WordPress [0]. The WebAssembly application has its own in-memory filesystem that lives in a specific browser tab and is scraped as soon as you close it.

    So – technically it exposes db credentials, and even the entire DB, but that you are the only user of that DB so it's okay.

    > What would the backend look like

    The only backend is a static file server where the code and the database live. Your browser downloads a copy of the database and allows you to modify it in the current tab, but the updates are never saved back to the server.

    [0] https://github.com/aaemnnosttv/wp-sqlite-db

  • A proposal to officially support SQLite in WordPress
    3 projects | news.ycombinator.com | 12 Sep 2022
    1. Plugins that register their own database tables (however there already exists prior art such as https://github.com/aaemnnosttv/wp-sqlite-db for handling these cases)

    2. Plugins that do direct queries against the standard database schema (broadly either for invalid (bad code) or performance (valid but slim use case) reasons)

    Also, WordPress would of course keep the old query functions around and they would likely add a tag to the plugin repository so authors can mark plugins as supporting thes new ORM features.

    Great idea in my opinion!

  • SQLite or PostgreSQL? It's Complicated
    5 projects | news.ycombinator.com | 28 Jun 2022
    There's a WordPress plugin that adds support for SQLite as an alternative to MySQL.

    Apparently it works really well. The implementation is (to my) simply astonishing: they run regular expressions against the SQL to convert it from MySQL dialect to SQLite! https://github.com/aaemnnosttv/wp-sqlite-db/blob/9a5604cce13...

  • Wp-SQLite: WordPress running on an SQLite database
    9 projects | news.ycombinator.com | 16 May 2022
  • Lots of blocked attacks and probes..should I worry..
    5 projects | /r/Wordpress | 19 May 2021
    This wp-sqlite-db one. Not super active, but maintained, at least.

bedrock

Posts with mentions or reviews of bedrock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-26.
  • WordPress Core to start using SQLite Database
    5 projects | news.ycombinator.com | 26 Jul 2023
  • How do you create WordPress websites for your clients?
    4 projects | /r/webdev | 23 Jun 2023
    There are ready-made boilerplates like Bedrock and Sword but, at an architectural level, I'm not a fan of any I've seen.
  • What is your local wordpress development setup?
    2 projects | /r/Wordpress | 20 Jun 2023
    Node (within the docker container) to build theme assets, composer to manage WordPress core + plugins and other dependencies. I built something similar to Roots for project boilerplate, custom starter theme and in-house mu-plugin within it.
  • Modern Plugin Boilerplate - GIT + PHP8 + Composer
    4 projects | /r/ProWordPress | 20 Jun 2023
    Is this any good? https://roots.io/bedrock/ for a plugin?
  • ManageWP - Yes or no?
    1 project | /r/Wordpress | 3 Mar 2023
    As I only really use it for keeping stuff up to date, I'm looking at using Roots Bedrock for my next project. I'll then be keeping everything up to date via composer.
  • WordPlate: WordPress on Composer with sensible defaults
    9 projects | news.ycombinator.com | 25 Feb 2023
    What advantages does WordPlate have over Bedrock[1], some of whose packages WordPlate also uses?

    [1] https://roots.io/bedrock/

  • Version control with git + CI/CD for Wordpress.
    1 project | /r/Wordpress | 9 Feb 2023
    Probably looking for a https://roots.io/bedrock/
  • Need: Someone to setup WP Docker Image on Kubernetes Cluster
    1 project | /r/kubernetes | 4 Feb 2023
    WordPress on containers is a very different beast if you actually want to use any of the advantages of containers. You probably need to figure out how to run upgrades by building a new image and not with the WP installer (which you need to disable to not have sudden version rollbacks). You probably want your plugins managed by compose and not a user. You probably want an S3 plugin for media. In fact, you probably want Bedrock. This is not a "single day task", just taking in the requirements and design phase is easily a day or two.
  • Best practices for Git + CI/CD for a whole WordPress site
    1 project | /r/webdev | 12 Jan 2023
    I'd strongly advice using Bedrock ( https://roots.io/bedrock/ ) and possibly even Sage
  • WordPress development with GIT
    4 projects | /r/Wordpress | 20 Sep 2022
    No, as far as I know it’s not that easy to accomplish with WordPress. You can use Bedrock (https://roots.io/bedrock/ ) as a Boilerplate for your development process. The Database can not be cloned to each environment that easily. Because every instance is working on it’s own. So if others want to work on their local machine they need a database dump which they have to setup manually on their machine. The only way that comes in my mind is to set up a development site that is accessible for every developer. You could then connect your local WordPress environment with the database from that development site. Everyone would than be working in the same database and everybody could see the changes someone else is making. But I think that wouldn’t be best practice but could be an option.

What are some alternatives?

When comparing wp-sqlite-db and bedrock you can also consider the following projects:

sql.js-httpvfs - Hosting read-only SQLite databases on static file hosters like Github Pages

wordplate - WordPlate is a boilerplate for WordPress, built with Composer and designed with sensible defaults.

wp2static - WordPress static site generator for security, performance and cost benefits

sage - WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and a modern development workflow

WordPress - WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.

acf-builder - An Advanced Custom Field Configuration Builder

slonik - A Node.js PostgreSQL client with runtime and build time type safety, and composable SQL.

PHP-Minecraft-Query - 🐘 PHP library to query Minecraft servers

wordpress-playground - Run WordPress in the browser via WebAssembly PHP

wp-project-skeleton - A skeleton WordPress project to be used as a base for new WordPress projects.

trellis - WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more

web.dev - The frontend, backend, and content source code for web.dev