neurelo-go-htmx-example VS smoothdb

Compare neurelo-go-htmx-example vs smoothdb and see what are their differences.

neurelo-go-htmx-example

A go project built using Neurelo and Htmx. (by smitpatelx)

smoothdb

SmoothDB provides an automatic RESTful API to PostgreSQL databases (by sted)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
neurelo-go-htmx-example smoothdb
1 2
1 17
- -
7.9 9.2
7 months ago 11 days ago
HTML Go
MIT License 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.

neurelo-go-htmx-example

Posts with mentions or reviews of neurelo-go-htmx-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-18.
  • PostgREST: Providing HTML Content Using Htmx
    12 projects | news.ycombinator.com | 18 Dec 2023
    I love POSTGRES. I've been using it since last 6 years and I like how easy it is to get started and there is also ton of support and ecosystem available for PG.

    Recently, I tried a new product called "Neurelo". It provides API for PostgreSql. And I love how easy it is to migrate my existing database on their platform, they have an option called introspection which helps to generate json schema which you can also modify in visual mode. On top I generated some SDKs for TS and it works so much better directly with any Js/Ts framework. You can download json spec from auto generated docs and run any generator of your choice if you want more from it. You can also write custom queries (AI assisted) which gives you custom endpoint to hit. They also provide a free data source if you want to check it out. Migrations included. Here is an example I built using HTMX and NEURELO: https://github.com/smitpatelx/neurelo-go-htmx-example

    https://www.neurelo.com/

    I was so impressed with their work, I recently joined the team Neurelo. If you have an existing solution you wanna migrate to cloud, have a look, you might get surprised how easy it is. Happy Coding

smoothdb

Posts with mentions or reviews of smoothdb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-06.
  • Pocketbase: Open-source back end in 1 file
    15 projects | news.ycombinator.com | 6 Jan 2024
    Pocketbase seems really well done and useful.

    I am building something similar but at a lower level and based on PostgreSQL.

    https://github.com/sted/smoothdb

    It aims to be compatible with the PostgREST API.

  • PostgREST: Providing HTML Content Using Htmx
    12 projects | news.ycombinator.com | 18 Dec 2023
    For those who might be interested, I've recently published SmoothDB on GitHub [1], which, like PostgREST, provides a RESTful API to PostgreSQL databases.

    It's a beta, aiming for compatibility with PostgREST, but it's not ready for production yet (so continue to use the very good PostgREST).

    Written in Go, SmoothDB can be used both stand-alone and as a module for more complex server applications, which was my main motivation for writing this.

    Your thoughts and contributions are greatly appreciated as they will help in the ongoing development and refinement of SmoothDB.

    [1] https://github.com/sted/smoothdb

What are some alternatives?

When comparing neurelo-go-htmx-example and smoothdb you can also consider the following projects:

fiber-boilerplate - This is the go boilerplate on the top of fiber web framework. With simple setup you can use many features out of the box

sqitch - Sensible database change management

SQLpage - SQL-only webapp builder, empowering data analysts to build websites and applications quickly

couchapp - Utilities to make standalone CouchDB application development simple

pocketbase-nuxt - A test project with pocketbase

postgrest - REST API for any Postgres database

plmustache - Logic-less templates for Postgres

saasufy-components - Components for Saasufy

docker-pocketbase - miguelgargallo/docker-pocketbase

omnigres - Postgres as a Platform

pocketbase - PocketBase client SDK for python