Skip to content

Feat/refact/Add new DDL query types, refact DML query types and add more exports.#80

Merged
NickRMD merged 21 commits into
nextfrom
feat/add-new-query-types
Oct 2, 2025
Merged

Feat/refact/Add new DDL query types, refact DML query types and add more exports.#80
NickRMD merged 21 commits into
nextfrom
feat/add-new-query-types

Conversation

@NickRMD
Copy link
Copy Markdown
Owner

@NickRMD NickRMD commented Oct 1, 2025

DDL Queries to be included in this PR

  • Tables:
    • CREATE TABLE
    • DROP TABLE
    • ALTER TABLE (let's see how this will behave)

Refact of query types

Now these query types will be separated in different folders, for example, before it was everything into queryKinds now these will be separated into queryKinds/dml, queryKinds/ddl and etc.

More exports!

Added more exports, now you have access to SelectQuery for example.

@NickRMD NickRMD added this to the v0.7.0 milestone Oct 1, 2025
@NickRMD NickRMD self-assigned this Oct 1, 2025
@NickRMD NickRMD added the New Feature New feature label Oct 1, 2025
@NickRMD NickRMD marked this pull request as draft October 1, 2025 05:08
@NickRMD NickRMD marked this pull request as ready for review October 2, 2025 05:59
@NickRMD NickRMD merged commit 1438da1 into next Oct 2, 2025
@NickRMD NickRMD deleted the feat/add-new-query-types branch October 27, 2025 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

New Feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant