Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SQL Schema construction #12

Closed
5 of 6 tasks
Bardin08 opened this issue Apr 16, 2024 · 0 comments · Fixed by #1 or #16
Closed
5 of 6 tasks

Add SQL Schema construction #12

Bardin08 opened this issue Apr 16, 2024 · 0 comments · Fixed by #1 or #16
Assignees
Milestone

Comments

@Bardin08
Copy link
Owner

Bardin08 commented Apr 16, 2024

Description

Implement a basic version of SQL schema. Schema has to support:

  • Tables
  • Columns
  • PRIMARY KEY constraint
  • NOT NULL constraint
  • UNIQUE constraint
  • DEFAULT
@Bardin08 Bardin08 self-assigned this Apr 16, 2024
@Bardin08 Bardin08 added this to the v0.1.0 milestone Apr 16, 2024
@Bardin08 Bardin08 linked a pull request Apr 16, 2024 that will close this issue
@Bardin08 Bardin08 removed a link to a pull request Apr 16, 2024
@Bardin08 Bardin08 linked a pull request Apr 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant