worker-template-postgres VS edge-sql

Compare worker-template-postgres vs edge-sql and see what are their differences.

worker-template-postgres

Reference demo and modified PostgreSQL driver to connect Cloudflare Workers to a relational database. (by cloudflare)
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
worker-template-postgres edge-sql
2 2
81 555
- -
0.0 1.8
about 1 year ago over 3 years ago
JavaScript C
Apache License 2.0 -
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.

worker-template-postgres

Posts with mentions or reviews of worker-template-postgres. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-19.
  • workers for MySQL?
    1 project | /r/CloudFlare | 23 Aug 2022
    I've tried this https://github.com/cloudflare/worker-template-postgres and failed to make it work
  • Cloudflare Workers Postgres Client
    2 projects | /r/CloudFlare | 19 Jun 2022
    Couldn't find any good Postgres client for Cloudflare Workers, so I decided to bundle the Postgres template into a single module. I hope it is useful for some of you!

edge-sql

Posts with mentions or reviews of edge-sql. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-27.
  • Abusing AWS Lambda to Make an Aussie Search Engine
    2 projects | news.ycombinator.com | 27 Sep 2021
  • Serverless SQLite
    6 projects | news.ycombinator.com | 20 Jan 2021
    edge-sql [1] allows arbitrary SQLite queries to be executed over an immutable external data set. The demo uses a Forex data set stored in Workers KV.

    Client issued arbitrary queries is one of the use cases for GraphQL and publishing immutable data sets on the web is the main use case for Simon Wilson’s Datasette [2].

    In-memory SQLite compiled to WASM works in the browser and Node.js too. In the future, we can expect proper ACID operations on any WASM runtime that supports fsync in WASI [3], a POSIX-like API.

    [1] https://github.com/lspgn/edge-sql

    [2] https://datasette.io/

    [3] https://wasi.dev/

What are some alternatives?

When comparing worker-template-postgres and edge-sql you can also consider the following projects:

cloudflare-workers-postgres-client - Connect to a Postgres database from a Cloudflare Worker, using Cloudflare Tunnel

dqlite - Embeddable, replicated and fault-tolerant SQL engine.

cloudflare-worker-router-template - A wrangler template for a super lightweight router (3.6 kB) with middleware support and ZERO dependencies for CloudFlare Workers, inspired by express.js syntax.

lsqlite - lua sqlite module

doom-workers - Website and Message Router source code for the Multiplayer Doom on Cloudflare Workers tech demo

torrent-net - Distributed search engines using BitTorrent and SQLite

gnorm - A database-first code generator for any language

sqlite-gui - Lightweight SQLite editor for Windows

serverless-dns - The RethinkDNS resolver that deploys to Cloudflare Workers, Deno Deploy, Fastly, and Fly.io

fatcow-icons - FatCow icons v3.9.2 (I was given a permission to host these on GitHub by FatCow support.)

worker-template-mysql - Reference demo and modified MySQL driver to connect Cloudflare Workers to a relational database.

dark - C practice - basic roguelike in SDL2 that compiles both for desktop and Emscripten