updating readme
This commit is contained in:
parent
717aac2c2d
commit
bdadafa94b
16
README.md
16
README.md
@ -1,4 +1,18 @@
|
||||
# OCAML SQL PARSER
|
||||
|
||||
using [this grammar](https://ronsavage.github.io/SQL/sql-2003-2.bnf.html)
|
||||
resource on iceberg table format [here](https://www.dremio.com/resources/guides/apache-iceberg-an-architectural-look-under-the-covers/?utm_campaign=Search - Nonbrand - Iceberg - Global&utm_medium=cpc&utm_source=google&utm_term=apache iceberg architecture&campaignid=21254670688&adgroupid=161477881323&matchtype=p&gad_source=1&gclid=EAIaIQobChMIqu6NnIybigMV2ExBAh1xii74EAAYASAAEgLUhPD_BwE)
|
||||
|
||||
resource on iceberg table format [here](https://www.dremio.com/resources/guides/apache-iceberg-an-architectural-look-under-the-covers/)
|
||||
|
||||
## Dune
|
||||
|
||||
```
|
||||
eval $(opam env --switch=default)
|
||||
```
|
||||
|
||||
At the root of the project :
|
||||
|
||||
```
|
||||
dune test
|
||||
dune build
|
||||
```
|
Loading…
Reference in New Issue
Block a user