1 रिपॉजिटरी
Conversion of structured SQL object models back into formatted SQL text strings.
Distinct from Object to String Conversions: Closest candidates are general object-to-string converters or narrow data-type converters, not specific to SQL AST serialization.
Explore 1 awesome GitHub repository matching data & databases · SQL Serialization. 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
Serializes structured object models back into formatted SQL text for execution on database engines.