Logger VS postgres_lsp

Compare Logger vs postgres_lsp and see what are their differences.

Logger

Logger is used by Oracle developers to instrument their PL/SQL code (by OraOpenSource)
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
Logger postgres_lsp
1 6
303 3,134
1.3% 0.6%
10.0 9.2
about 3 years ago 10 days ago
PLSQL Rust
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.

Logger

Posts with mentions or reviews of Logger. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-02.
  • We built our customer data warehouse all on Postgres
    16 projects | news.ycombinator.com | 2 Feb 2024
    Deployment: Upgrade SQL scripts. You already have to do this on any relational DB if you need to alter existing tables. We just also deploy new/updated packages. We trigger them via pipelines.

    Also keep in mind that the logic you deploy in the database is generally not as complex as other software as you mostly just query, modify and write highly structured data.

    But we still run plenty of tests. There is a great unit testing tool for Oracle: utPLSQL [1]. We also spin up databases and run the installation and upgrade scripts on pull-requests.

    [0] https://github.com/OraOpenSource/Logger

postgres_lsp

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

What are some alternatives?

When comparing Logger and postgres_lsp you can also consider the following projects:

pspg - Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.

edge-runtime - A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.

vecs - Postgres/pgvector Python Client

basejump - Teams, personal accounts, permissions and billing for your Supabase app

declarative-schemas

supabase-test-helpers - Test helpers for pgTAP and Supabase

nil - NIx Language server, an incremental analysis assistant for writing in Nix.

vetur - Vue tooling for VS Code.

language-server-protocol - Defines a common protocol for language servers.

sqlx-ts - node.js compile-time SQL validations & type generations

vscode-postgres - PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense

postgres-ast-deparser - A PostgreSQL AST toolkit and deparser, written in pure plpgsql