You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
AST and printer for SQL² -- query language used by [quasar](https://github.com/quasar-analytics/quasar).
7
7
8
8
## Instalation
9
9
10
10
```
11
-
bower install purescript-sqlsquare
11
+
bower install purescript-sql-squared
12
12
```
13
13
14
14
## Documentation
15
15
16
16
There is an example (extracted from [slamdata](https://github.com/slamdata/slamdata))
17
17
+ Extraction sql fields from array of jsons: [here](test/src/Argonaut.purs)
18
18
19
-
Module documentation is published on Pursuit: [http://pursuit.purescript.org/packages/purescript-sqlsquare](http://pursuit.purescript.org/packages/purescript-sqlsquare)
19
+
Module documentation is published on Pursuit: [http://pursuit.purescript.org/packages/purescript-sql-squared](http://pursuit.purescript.org/packages/purescript-sql-squared)
0 commit comments