Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit b623cc0

Browse files
authored
Merge pull request #33 from safareli/fix-name
replace purescript-sqlsquare with purescript-sql-squared
2 parents 1f7b582 + 5ad5cd9 commit b623cc0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# purescript-sqlsquare
1+
# purescript-sql-squared
22

3-
[![Latest release](http://img.shields.io/github/release/slamdata/purescript-sqlsquare.svg)](https://github.com/slamdata/purescript-sqlsquare/releases)
4-
[![Build status](https://travis-ci.org/slamdata/purescript-sqlsquare.svg?branch=master)](https://travis-ci.org/slamdata/purescript-sqlsquare)
3+
[![Latest release](http://img.shields.io/github/release/slamdata/purescript-sql-squared.svg)](https://github.com/slamdata/purescript-sql-squared/releases)
4+
[![Build status](https://travis-ci.org/slamdata/purescript-sql-squared.svg?branch=master)](https://travis-ci.org/slamdata/purescript-sql-squared)
55

66
AST and printer for SQL² -- query language used by [quasar](https://github.com/quasar-analytics/quasar).
77

88
## Instalation
99

1010
```
11-
bower install purescript-sqlsquare
11+
bower install purescript-sql-squared
1212
```
1313

1414
## Documentation
1515

1616
There is an example (extracted from [slamdata](https://github.com/slamdata/slamdata))
1717
+ Extraction sql fields from array of jsons: [here](test/src/Argonaut.purs)
1818

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)

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "purescript-sqlsquare",
3-
"homepage": "https://github.com/slamdata/purescript-sqlsquare",
2+
"name": "purescript-sql-squared",
3+
"homepage": "https://github.com/slamdata/purescript-sql-squared",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/slamdata/purescript-sqlsquare.git"
7+
"url": "git://github.com/slamdata/purescript-sql-squared.git"
88
},
99
"ignore": [
1010
"**/.*",

test/src/Argonaut.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- | An example of using `purescript-sqlsquare` library
1+
-- | An example of using `purescript-sql-squared` library
22
-- | Having an array of `Json`s construct a list of Sql² projections
33
module Test.Argonaut where
44

0 commit comments

Comments
 (0)