supabase-mailer VS plv8

Compare supabase-mailer vs plv8 and see what are their differences.

supabase-mailer

Send and track email from Supabase / PostgreSQL using a Transactional Email Provider (by burggraf)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
supabase-mailer plv8
11 13
182 1,854
- 1.6%
1.1 6.6
4 months ago about 1 month ago
PLpgSQL C++
- GNU General Public License v3.0 or later
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.

supabase-mailer

Posts with mentions or reviews of supabase-mailer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-10.
  • Looking for contributors for StaticBackend, a backend API in Go
    2 projects | /r/golang | 10 May 2023
    Supabase developer here. Just to clarify, Supabase has server-side functions (edge functions), emails can be sent with something like my repo here (https://github.com/burggraf/supabase-mailer) or through edge functions -- but you're right, while we do have the ability to send any auth-related emails built-in (sign up, sign in with magic link, MFA, reset password, etc.) we don't have an out-of-the-box solution for sending emails, that's why I wrote that repo. And lastly, it's quite easy to schedule tasks using pg_cron, which is built into every Supabase project by default.
  • Modifying Email Remotely
    2 projects | /r/Supabase | 23 Apr 2023
    Hello, I've tried these instructions https://github.com/burggraf/supabase-mailer/blob/main/Mail_Providers/Sendgrid.md when I tried to execute the first line INSERT INTO private.keys (key, value) values ('SENDGRID_API_KEY', 'aaaaaaaaaa'); in SQL editor (with my API key) in Supabase I've got this error: "Failed to run sql query: relation "private.keys" does not exist"
  • Edge Functions or Database Functions?
    3 projects | /r/Supabase | 31 Jan 2023
    Here's a repo where I use the http extension extensively: https://github.com/burggraf/supabase-mailer
  • Sending Email From Postgres
    3 projects | dev.to | 27 Dec 2022
    I was excited to find the supabase-mailer project, but unfortunately it seems that only the Mailgun provider is fully supported and working. Mailgun only has a 30 day trial, which didn't work for my needs.
  • How to send Emails from Supabase in case of an event?
    4 projects | /r/Supabase | 31 Oct 2022
    You can't call the http function like that. You need to use a SELECT statement. See https://github.com/burggraf/supabase-mailer/blob/main/02A_send_email_mailgun.sql for an example: SELECT content INTO retval FROM http (('POST', ....etc
  • Functions?
    3 projects | /r/Supabase | 4 Feb 2022
    I'm not 100% sure you could do this with PostgreSQL functions, but you probably can. Since we have http access from these functions, I've written interfaces to some of the transactional email apis here: https://github.com/burggraf/supabase-mailer . (It's probably even easier if you use straight SMTP mailers.)
  • Questions about sending emails
    1 project | /r/Supabase | 6 Jan 2022
  • Open source Firebase alternative (Supabase) raises $30M Series A
    4 projects | /r/programming | 8 Nov 2021
    Not sure what you mean. I have a couple open-source repos on github that show you how you can send emails or text messages from a Postgres function using third-party providers. I also have a repo that shows how you could roll your own auth using functions. Assigning permissions and roles is definitely something you can do in functions -- that's standard postgres stuff....

plv8

Posts with mentions or reviews of plv8. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-18.

What are some alternatives?

When comparing supabase-mailer and plv8 you can also consider the following projects:

SupaScript

Marten - .NET Transactional Document DB and Event Store on PostgreSQL

pgsql-http - HTTP client for PostgreSQL, retrieve a web page from inside the database.

postgres-benchmarks - A set of benchmarks focusing on the performance of Postgres client libraries for Node.js

supabase-roll-your-own-auth - Custom Supabase authentication using PostgreSQL functions

orioledb - OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems)  🇺🇦

supabase-sms - Send and receive sms messages from Supabase / PostgreSQL using a Transactional SMS Provider

pg_auto_failover - Postgres extension and service for automated failover and high-availability

supabase - The open source Firebase alternative.

node-redis - Redis Node.js client

core - Backend server API handling user mgmt, database, storage and real-time component

pgaudit - PostgreSQL Audit Extension