awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to balaji01-4d/pgxcli

Open-source alternatives to Pgxcli

30 open-source projects similar to balaji01-4d/pgxcli, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pgxcli alternative.

  • psycopg/psycopg2P

    psycopg/psycopg2

    0Auf GitHub ansehen↗

    psycopg2 - Python-PostgreSQL Database Adapter

    Auf GitHub ansehen↗0
  • sqlitebrowser/sqlitebrowserAvatar von sqlitebrowser

    sqlitebrowser/sqlitebrowser

    23,649Auf GitHub ansehen↗

    This application is a desktop utility for managing, editing, and visualizing local database files. It provides a graphical interface for executing SQL queries, designing database structures, and performing routine maintenance tasks on data stores. The software distinguishes itself through its support for encrypted database files, allowing users to manage password-protected data using modular cryptographic extensions. It also offers built-in tools for data analysis, enabling the generation of graphical charts and plots directly from query results to identify trends within datasets. Beyond its

    C++c-plus-pluscross-platformdatabase
    Auf GitHub ansehen↗23,649
  • sqlalchemy/sqlalchemyAvatar von sqlalchemy

    sqlalchemy/sqlalchemy

    11,612Auf GitHub ansehen↗

    SQLAlchemy is a comprehensive Python SQL toolkit and object-relational mapper that provides a full suite of tools for interacting with relational databases. It serves as a foundational layer for database connectivity, offering both a high-level object-oriented interface for data persistence and a programmatic SQL expression language for constructing complex, dialect-agnostic queries. The project distinguishes itself through its sophisticated unit of work persistence, which coordinates atomic transactions and tracks object state changes to minimize redundant database operations. It provides a

    Pythonpythonsqlsqlalchemy
    Auf GitHub ansehen↗11,612
  • pudo/datasetAvatar von pudo

    pudo/dataset

    4,865Auf GitHub ansehen↗

    This project is a SQL data access layer and schema generator that allows for reading and writing records in relational databases by treating tables as simple data structures. It functions as an automatic schema generator that creates database tables and columns on the fly based on the structure of the incoming data. The tool provides a high-performance bulk loader that imports large datasets using grouped atomic transactions to ensure data consistency. It also includes a record upsert mechanism that determines whether to update an existing row or insert a new one based on unique identifiers.

    Pythondatabasepythonsql
    Auf GitHub ansehen↗4,865

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • mkleehammer/pyodbcAvatar von mkleehammer

    mkleehammer/pyodbc

    3,082Auf GitHub ansehen↗

    pyodbc is an open source Python module that makes accessing ODBC databases simple. It implements the DB API 2.0 specification but is packed with even more Pythonic convenience.

    C++
    Auf GitHub ansehen↗3,082
  • mongodb/mongo-python-driverAvatar von mongodb

    mongodb/mongo-python-driver

    4,342Auf GitHub ansehen↗

    The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage data within MongoDB databases using the Python programming language. It serves as a database connectivity library that handles authentication and connection pooling, while also providing a vector search client for managing embedding indexes and retrieving data based on semantic similarity. The driver supports both synchronous and asynchronous database driver models to perform non-blocking I/O operations and stream data from database clusters. It distinguishes itself through speci

    Pythonmongodbmongodb-driverpymongo
    Auf GitHub ansehen↗4,342
  • ponyorm/ponyAvatar von ponyorm

    ponyorm/pony

    3,822Auf GitHub ansehen↗

    Pony is a Python object-relational mapper that maps classes to relational database tables using an object-oriented interface. It serves as a relational database toolkit providing the means to manage database transactions, identity mapping, and the lazy loading of related records. The project is distinguished by a SQL query translator that converts Python generator expressions into optimized SQL queries by analyzing the abstract syntax tree. It also includes a visual database schema designer for creating entity-relationship diagrams to automatically generate and synchronize relational database

    Pythoncockroachcockroachdbmysql
    Auf GitHub ansehen↗3,822
  • pymysql/pymysqlAvatar von PyMySQL

    PyMySQL/PyMySQL

    7,842Auf GitHub ansehen↗

    PyMySQL is a MySQL database connector and SQL database driver for Python environments. It serves as a client library that enables Python applications to establish network connections and interact with MySQL database servers. The library is a pure Python implementation of the MySQL client-server wire protocol. This design allows for MySQL integration and data management without requiring native C extensions. The project provides capabilities for database connectivity, query execution, and secure access control. It follows the DB-API 2.0 specification to provide a consistent interface for mana

    Pythonmysqlpython
    Auf GitHub ansehen↗7,842
  • xo/usqlAvatar von xo

    xo/usql

    10,014Auf GitHub ansehen↗

    usql is a universal SQL command-line interface used to connect to and manage multiple SQL and NoSQL databases through a single unified tool. It provides a standardized interface for executing queries across various data stores and serves as a multi-database query tool and schema inspector. The tool distinguishes itself by enabling cross-database data migration, allowing users to pipe result sets from one active database connection directly into another. It also features terminal-based data visualization, which renders query results as graphical charts, graphs, and images directly within the t

    Gocommand-linedatabasego
    Auf GitHub ansehen↗10,014
  • ahoo-wang/cosidAvatar von Ahoo-Wang

    Ahoo-Wang/CosId

    630Auf GitHub ansehen↗

    Universal, flexible, high-performance distributed ID generator. | 通用、灵活、高性能的分布式 ID 生成器

    Java
    Auf GitHub ansehen↗630
  • aliyun/rdsai-cliAvatar von aliyun

    aliyun/rdsai-cli

    59Auf GitHub ansehen↗

    RDSAI CLI is a next-generation, AI-powered RDS CLI that transforms how you interact with the databasea

    Python
    Auf GitHub ansehen↗59
  • alicebob/sqlittleA

    alicebob/sqlittle

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • amacneil/dbmateAvatar von amacneil

    amacneil/dbmate

    6,954Auf GitHub ansehen↗

    Dbmate is a framework-agnostic SQL database migration tool used for tracking, applying, and rolling back schema changes to ensure consistent environments. It functions as a database schema versioning tool that manages updates independently of any specific application framework by relying on raw SQL and connection URLs. The project distinguishes itself by offering a container-based approach to database administration, allowing schema updates to be executed via Docker to avoid local binary installations. It also supports embedding migration scripts directly into the compiled binary to eliminate

    Goclickhousecppdatabase
    Auf GitHub ansehen↗6,954
  • andizzle/rwdbAvatar von andizzle

    andizzle/rwdb

    21Auf GitHub ansehen↗

    Database wrapper that manage read write connections

    Go
    Auf GitHub ansehen↗21
  • aesteve/vertx-dgraph-clientAvatar von aesteve

    aesteve/vertx-dgraph-client

    1Auf GitHub ansehen↗

    DGraph is an open source, scalable, distributed, highly available and fast graph database, designed from ground up to be run in production.

    Java
    Auf GitHub ansehen↗1
  • actiontech/sqleAvatar von actiontech

    actiontech/sqle

    1,487Auf GitHub ansehen↗

    一个支持多种不同类型数据库,覆盖事前控制、事后监督、标准发布场景,帮助您建立质量规范的SQL全生命周期质量管理平台

    Go
    Auf GitHub ansehen↗1,487
  • alibaba/chat2dbA

    alibaba/chat2db

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ariga/atlasAvatar von ariga

    ariga/atlas

    8,096Auf GitHub ansehen↗

    Atlas is a SQL database schema management tool and database infrastructure as code framework. It provides a declarative database migration engine that computes the difference between a desired schema state and the current database state to automatically generate the necessary SQL for transitions. The project distinguishes itself through a comprehensive suite of analysis and visualization tools, including a database schema linter that detects destructive changes and data loss risks. It also features a SQL schema visualization tool capable of generating entity-relationship diagrams from extract

    Go
    Auf GitHub ansehen↗8,096
  • arangodb/arangodb-java-driverAvatar von arangodb

    arangodb/arangodb-java-driver

    208Auf GitHub ansehen↗

    The official ArangoDB Java driver.

    Javaarangodbdatabasedriver
    Auf GitHub ansehen↗208
  • alash3al/sqlerAvatar von alash3al

    alash3al/sqler

    2,072Auf GitHub ansehen↗

    write APIs using direct SQL queries with no hassle, let's rethink about SQL

    Goapi-restbaascockroach
    Auf GitHub ansehen↗2,072
  • arkanovicz/modalityAvatar von arkanovicz

    arkanovicz/modality

    15Auf GitHub ansehen↗

    Model Layer Implementation for a J2EE Pull MVC WebApp

    Java
    Auf GitHub ansehen↗15
  • art049/odmanticAvatar von art049

    art049/odmantic

    1,173Auf GitHub ansehen↗

    Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints

    Pythonasyncasynciodatabase
    Auf GitHub ansehen↗1,173
  • arthurkushman/buildsqlxAvatar von arthurkushman

    arthurkushman/buildsqlx

    185Auf GitHub ansehen↗

    Go database query builder library for PostgreSQL

    Goactive-recordclausesdatabase-table
    Auf GitHub ansehen↗185
  • aws/aws-sdk-pandasAvatar von aws

    aws/aws-sdk-pandas

    4,107Auf GitHub ansehen↗

    aws-sdk-pandas is a Python library that integrates pandas dataframes with AWS services, acting as a cloud data ETL tool and data lake connector. It provides a unified interface to move and transform data between in-memory dataframes and cloud storage, databases, and data warehouses. The project distinguishes itself as a distributed compute orchestrator capable of submitting pandas-based workloads to EMR clusters and serverless processing environments. It further specializes in coordinating distributed data processing via Ray cluster initialization to handle datasets that exceed the memory of

    Pythonamazon-athenaamazon-sagemaker-notebookapache-arrow
    Auf GitHub ansehen↗4,107
  • azure/azure-sdk-for-pythonAvatar von Azure

    Azure/azure-sdk-for-python

    5,559Auf GitHub ansehen↗

    The Azure SDK for Python is a collection of libraries that enables programmatic management of Azure cloud resources and services directly from Python code. It provides a credential-based authentication pipeline for secure access, along with an async-first client design that supports concurrent I/O operations without blocking the event loop. The SDK is built on AutoRest-generated client code from OpenAPI specifications, offering both synchronous and asynchronous service clients. It includes a long-running operation poller abstraction for managing operations that require status checks and retry

    Pythonazureazure-sdkhacktoberfest
    Auf GitHub ansehen↗5,559
  • balajz/pgxcliAvatar von balajz

    balajz/pgxcli

    60Auf GitHub ansehen↗

    Postgres CLI with autocompletion and syntax highlighting

    Goclidatabasegolang
    Auf GitHub ansehen↗60
  • bartventer/gorm-multitenancyAvatar von bartventer

    bartventer/gorm-multitenancy

    82Auf GitHub ansehen↗

    🚀📦 Multi-tenancy support for GORM managed databases

    Goechogingo
    Auf GitHub ansehen↗82
  • beakerboy/vba-sql-libraryAvatar von Beakerboy

    Beakerboy/VBA-SQL-Library

    88Auf GitHub ansehen↗

    VBA SQL Library

    VBA
    Auf GitHub ansehen↗88
  • beekeeper-studio/beekeeper-studioAvatar von beekeeper-studio

    beekeeper-studio/beekeeper-studio

    22,030Auf GitHub ansehen↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    TypeScriptbigquerycassandracockroachdb
    Auf GitHub ansehen↗22,030
  • adlio/schemaAvatar von adlio

    adlio/schema

    43Auf GitHub ansehen↗

    Embedded schema migration package for Go

    Go
    Auf GitHub ansehen↗43