3 रिपॉजिटरी
Generates SQL CREATE statements to initialize databases across multiple dialects.
Distinct from SQL Statement Parsing: Candidates focus on parsing or blocking SQL; this is about generating the structural creation statements.
Explore 3 awesome GitHub repositories matching data & databases · SQL Create Statement Generation. Refine with filters or upvote what's useful.
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
Generates precise SQL statements from programmatic definitions using a fluent interface.
TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features
Produces CREATE TABLE and foreign key statements based on visual diagrams, tailored to specific SQL dialects.
Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries
Produces the SQL statements required to create a fresh database for multiple target dialects.