Skip to content

Commit 6da750f

Browse files
committed
Add initial project structure with DDL parsing and type definitions
- Create .gitignore to exclude build artifacts and IDE files - Add Cargo.toml with dependencies and project metadata - Implement DDLParser for parsing create statements - Define enumerated, character, date, and numeric types - Add unit tests for schema and table creation
0 parents  commit 6da750f

File tree

12 files changed

+1745
-0
lines changed

12 files changed

+1745
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.vscode
2+
build
3+
/build

0 commit comments

Comments
 (0)