Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/jgleesawn/websocket_server

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/jgleesawn/websocket_server

  • v0.0.0-20140719003857-555dfbc5fdf9
  • Source
  • Go
  • Socket score

Version published
Created
Source

Requires postgresql with user in it and db_name that user can write to. Requires environment variable: DATABASE_URL=postgres://user:password@address/db_name meant to work with heroku's postgresql system.

CREATE TABLE quests ( questid int PRIMARY KEY, name text NOT NULL, description text NOT NULL, notes text NOT NULL, category text NOT NULL, recurring boolean NOT NULL, xpvalue int NOT NULL, image text NOT NULL, requiredquests []int , attributes []text );

ALTER TABLE quests ADD notes text; ALTER TABLE quests ADD image text; UPDATE quests SET notes=''; UPDATE quests SET image=''; ALTER TABLE quests ALTER notes SET NOT NULL; ALTER TABLE quests ALTER image SET NOT NULL;

FAQs

Package last updated on 19 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc