Year: 2014

  • Using PostgreSQL and Node

    I’m using node-postgres, node-sql, and node-db-migrate to build a time tracking API, currently named tempus and it’s a wonderful experience. Most people new to node will see enterprise stacks like mean.io and only be exposed to the NoSQL paradigm for their persistent storage options. This is not the only option! Yes, relational databases are still a thing and many companies use them. Even trendy startups like instagram! I…