1.2.0 • Published 5 years ago

@rzaniboni/starwars-names v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

starwars-names

Manage list star-wars names

Build Status

Install

npm install rzaniboni/starwars-names --save

API

  • assets.put()
  • assets.get()
  • assets.createSchema()
  • assets.dropSchema()

buildAssets(connectionString)

The factory for the assets module, you can just pass through a pg connection string.

Example:

var connString = "postgres://localhost/assets_tests";
var assets = require("@matteo.collina/assets-pg")(connString);