Skip to content

Conversation

@hdnax
Copy link
Contributor

@hdnax hdnax commented Jan 16, 2026

Summary

  • Support sample table data in DBML
Table Users {
  id string [pk]
  name string
  age int
  
  Records { // implicit columns
    "id1", "name", 18
    "id2", "name", "19"
  }
	
  Records (id, name) { // explicit columns
  }
}

Records Users(id, name) { // always explicit
}
  • Handle INSERT statements in importers and exporters.

Issue

(issue link here)

Lasting Changes (Technical)

(please list down: code changes/things that have wide-effect; new libraries/functions added that can be used by others; examples below)

  • (Added class EmailValidator to validate email address' validity)
  • (Added Tenant#is_trial? check)

Checklist

Please check directly on the box once each of these are done

  • Documentation (if necessary)
  • Lint Checks Passed
  • Unit Tests Passed
  • Coverage Tests Passed
  • Integration Tests Passed
  • Code Review

@hdnax hdnax force-pushed the feat/sample-table-data branch 6 times, most recently from e75ad9b to 7a79669 Compare January 16, 2026 07:52
@hdnax hdnax force-pushed the parser/refactor-binder branch from 447eb87 to 509240a Compare January 16, 2026 09:03
@hdnax hdnax force-pushed the feat/sample-table-data branch from 7a79669 to 14603a1 Compare January 16, 2026 09:04
@hdnax hdnax force-pushed the feat/sample-table-data branch 2 times, most recently from c914281 to 8637eba Compare January 16, 2026 10:10
@hdnax hdnax force-pushed the feat/sample-table-data branch from 8637eba to 353fe4e Compare January 16, 2026 10:45
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 this pull request may close these issues.

2 participants