awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesSQL and Database Analysis

Specialized tools for analyzing database migrations and raw SQL queries.

Explore 3 awesome GitHub repositories matching part of an awesome list · SQL and Database Analysis. Refine with filters or upvote what's useful.

Awesome SQL and Database Analysis GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • dimitri/pgloaderdimitri का अवतार

    dimitri/pgloader

    6,295GitHub पर देखें↗

    pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos

    Executes custom SQL commands before and after loading data, enabling table creation and post-processing.

    Common Lispclozure-clcommon-lispcsv
    GitHub पर देखें↗6,295
  • jsqlparser/jsqlparserJSQLParser का अवतार

    JSQLParser/JSqlParser

    5,950GitHub पर देखें↗

    JSqlParser is a Java library for SQL query parsing, converting raw SQL strings into a structured hierarchy of strongly typed Java objects. It provides the means to programmatically analyze and manipulate database queries by representing them as a tree of objects. The library supports both the parsing of existing SQL text and the programmatic generation of new statements through a fluent API. It includes mechanisms for transforming query trees and serializing structured object models back into formatted SQL text. Additional capabilities include database schema analysis, such as the extraction

    Analyzes raw SQL queries to extract table names and map data structures and dependencies.

    Java
    GitHub पर देखें↗5,950
  • supabase-community/postgres-language-serversupabase-community का अवतार

    supabase-community/postgres-language-server

    5,242GitHub पर देखें↗

    This project is a Language Server Protocol implementation for PostgreSQL that provides autocompletion, syntax diagnostics, and type checking for SQL and PL/pgSQL. It functions as a database schema validator and a static analysis engine designed to detect security vulnerabilities, performance bottlenecks, and dangerous migration patterns in database scripts. The server differentiates itself by using live database connections to provide schema-aware intelligence, allowing it to verify that tables, columns, and data types actually exist. It performs static analysis on procedural functions to det

    Scans SQL files and versioned changes for syntax and logic errors using database connection details.

    Rustlanguage-server-protocolpostgres
    GitHub पर देखें↗5,242
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. SQL and Database Analysis

सब-टैग एक्सप्लोर करें

  • Pre and Post Load SQLExecuting custom SQL commands before and after loading data for table creation and post-processing. **Distinct from SQL and Database Analysis:** Distinct from SQL and Database Analysis: focuses on executing SQL around data loads, not analysis.