lovefield VS sqlite3vfshttp

Compare lovefield vs sqlite3vfshttp and see what are their differences.

lovefield

Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use. (by google)

sqlite3vfshttp

Go sqlite3 http vfs: query sqlite databases over http with range headers (by psanford)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
lovefield sqlite3vfshttp
6 5
6,839 173
- -
0.0 1.8
over 2 years ago about 1 year ago
JavaScript Go
Apache License 2.0 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.

lovefield

Posts with mentions or reviews of lovefield. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-17.

sqlite3vfshttp

Posts with mentions or reviews of sqlite3vfshttp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-17.
  • SQLite FTS5 Faster Than Redis Full-Text Search
    2 projects | news.ycombinator.com | 17 May 2023
    I'm a big fan of FTS5 as a cheap/easy way of adding full text search to datasets.

    Recently I've been storing these datasets in S3 and been querying them directly via a VFS[0]. Its a simple way to have FTS available to lambda functions without the cost of using an online database.

    [0]: https://github.com/psanford/sqlite3vfshttp

  • Deploying Strapi to AWS with AppPack
    3 projects | /r/Strapi | 27 Oct 2022
  • Ws4sqlite: Query SQLite via HTTP
    8 projects | news.ycombinator.com | 10 Mar 2022
    You can also access sqlite databases directly from an http server that supports range requests (like s3). There are a bunch of implementations of this in different languages including Go[0] and Javascript[1].

    [0]: https://github.com/psanford/sqlite3vfshttp

    [1]: https://github.com/phiresky/sql.js-httpvfs

  • Ask HN: What could a modern database do that PostgreSQL and MySQL can't
    16 projects | news.ycombinator.com | 5 Sep 2021
    There's a bunch of projects that have implemented this. I wrote a SQLite VFS in Go that lets you query a read-only SQLite db over http (including from s3) [0].

    The VFS API offers the possibility for weirder storage solutions, if thats the type of thing you're into. Recently I've been moving some of my personal websites hosted on AWS Lambda over to use a read/write sqlite db backed by DynamoDB[1]. There are a bunch of limitations to this type of thing (like it uses a global write lock), but it works nicely for DBs that have low write frequency.

    [0]: https://github.com/psanford/sqlite3vfshttp

    [1]: https://github.com/psanford/donutdb

  • Show HN: SQLite-S3-query – Python function to query a SQLite database on S3
    2 projects | news.ycombinator.com | 14 Aug 2021
    I just implemented something similar in Go[0]. Just yesterday I added the ability to compile it as a loadable sqlite3 extension, so you can use the normal sqlite3 cli tool to query databases hosted on an http(s) connection.

    [0]: https://github.com/psanford/sqlite3vfshttp

What are some alternatives?

When comparing lovefield and sqlite3vfshttp you can also consider the following projects:

absurd-sql - sqlite3 in ur indexeddb (hopefully a better backend soon)

sqlite-s3-query - Python functions to query SQLite files stored on S3

client-side-databases - An implementation of the exact same app in Firestore, AWS Datastore, PouchDB, RxDB and WatermelonDB

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

donutdb - Store and query a sqlite db directly backed by DynamoDB.

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

Dexie.js - A Minimalistic Wrapper for IndexedDB

NeDB - The JavaScript Database, for Node.js, nw.js, electron and the browser

tuql - Automatically create a GraphQL server from a SQLite database or a SQL file

TablaM - The practical relational programing language for data-oriented applications

meteor-mysql - Reactive MySQL for Meteor