Skip to content

Commit

Permalink
fixing Faker name
Browse files Browse the repository at this point in the history
refs #1
  • Loading branch information
guedes committed Jan 18, 2017
1 parent 4f2cb8d commit 5dc04e3
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
45 changes: 45 additions & 0 deletions META.json
@@ -0,0 +1,45 @@
{
"name": "faker_fdw",
"abstract": "Foreign data wrapper for random data generator",
"description": "PostgreSQL extension which allows creation of table that generates random data based on its columns names.",
"version": "0.1.2",
"maintainer": "Dickson S. Guedes <guedes@guedesoft.net>",
"license": "postgresql",
"provides": {
"faker_fdw": {
"abstract": "Foreign data wrapper for random data generator",
"docfile": "README.md",
"version": "0.1.2"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.5.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/guedes/faker_fdw/issues/"
},
"repository": {
"url": "git://github.com/guedes/faker_fdw.git",
"web": "https://github.com/guedes/faker_fdw/",
"type": "git"
}
},
"generated_by": "Dickson S. Guedes <guedes@guedesoft.net>",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"fdw",
"foreign data wrapper",
"faker",
"generator",
"random",
"data generator"
]
}
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -143,8 +143,8 @@ In Debian this is as easy as:

```bash
sudo apt-get install postgresql-9.5-python-multicorn
sudo pip install fake-factory
sudo pip install http://github.com/guedes/faker_fdw/archive/v0.1.1.zip
sudo pip install Faker
sudo pip install http://github.com/guedes/faker_fdw/archive/v0.1.2.zip
```

Once packages was installed, choose which database you want `faker_fdw` by typing:
Expand Down

0 comments on commit 5dc04e3

Please sign in to comment.