awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Balaji01-4D avatar

Balaji01-4D/pgxcli

0
View on GitHub↗
60 星标·14 分支·Go·MIT·4 次浏览pgxcli.vercel.app↗

Pgxcli

Postgres CLI with autocompletion and syntax highlighting

Features

  • Database Clients - PostgreSQL client written in Go.
  • Database Tools - PostgreSQL CLI client.

Star 历史

balaji01-4d/pgxcli 的 Star 历史图表balaji01-4d/pgxcli 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Pgxcli 的开源替代方案

相似的开源项目,按与 Pgxcli 的功能重合度排序。
  • mongodb/mongo-python-drivermongodb 的头像

    mongodb/mongo-python-driver

    4,342在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,342
  • ponyorm/ponyponyorm 的头像

    ponyorm/pony

    3,822在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,822
  • mkleehammer/pyodbcmkleehammer 的头像

    mkleehammer/pyodbc

    3,082在 GitHub 上查看↗

    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++
    在 GitHub 上查看↗3,082
  • psycopg/psycopg2P

    psycopg/psycopg2

    0在 GitHub 上查看↗

    psycopg2 - Python-PostgreSQL Database Adapter

    在 GitHub 上查看↗0
查看 Pgxcli 的所有 30 个替代方案→

常见问题解答

balaji01-4d/pgxcli 是做什么的?

Postgres CLI with autocompletion and syntax highlighting

balaji01-4d/pgxcli 的主要功能有哪些?

balaji01-4d/pgxcli 的主要功能包括:Database Clients, Database Tools。

balaji01-4d/pgxcli 有哪些开源替代品?

balaji01-4d/pgxcli 的开源替代品包括: ponyorm/pony — Pony is a Python object-relational mapper that maps classes to relational database tables using an object-oriented… pudo/dataset — This project is a SQL data access layer and schema generator that allows for reading and writing records in relational… mkleehammer/pyodbc — pyodbc is an open source Python module that makes accessing ODBC databases simple. It implements the DB API 2.0… mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage… psycopg/psycopg2 — psycopg2 - Python-PostgreSQL Database Adapter. pymysql/pymysql — PyMySQL is a MySQL database connector and SQL database driver for Python environments. It serves as a client library…