jeukshi / kosem

raw SQL, type-safe, relational mapping library for Haskell
0 stars 0 forks source link

fromDDL quasiquoter #27

Open jeukshi opened 9 months ago

jeukshi commented 9 months ago

Alternative QQ for defining database, parsing pure DDL.

[fromDLL|
CREATE TABLE user
(
student_id INT,
);
|]
jeukshi commented 9 months ago

Or allow mixing with Kosem DDL (create keyword will give it away).