AlgebraicJulia / DataMigrations.jl

https://algebraicjulia.github.io/DataMigrations.jl/
MIT License
2 stars 0 forks source link

Support arbitrary Julia values in macros for free diagrams #162

Closed epatters closed 2 months ago

epatters commented 2 months ago

For values not recognized as literals, uses the syntax $(...) inspired by value interpolation in Julia strings and expressions. See the tests for examples.

Closes #161.