AlgebraicJulia / AlgebraicRelations.jl

Relational Algebra, now with more algebra!
https://www.algebraicjulia.org
MIT License
48 stars 3 forks source link

Replace present_to_schema with macro in examples and docs #35

Open jmatsushita opened 1 year ago

jmatsushita commented 1 year ago

Fixes #34

Looking at this test it seems that the way to call present_to_schema is to use the macro @present_to_schema

It might be possible to write doc tests and use NBInclude.js to tests the notebooks as well (although that might mean either disabling the integration cell which use Postgres, or setting up a more involved testing suite).

Happy to give it a try here if that's of interest or do it in a subsequent PR.

Cheers,

Jun