Fork me on GitHub
#datalevin
<
2022-04-14
>
vlad_poh23:04:28

How do i find all attributes and their types? eg here on the Learn Datalog Today webpage http://www.learndatalogtoday.org/chapter/4#:~:text=Find%20all%20available,as%20%3Adb/ident.

Huahai01:04:58

No need to query. schema function returns all attributes and their properties as a map.

👍 1