Examples - nodify/nodify-persist GitHub Wiki

  • Simple Example - This is a simple example demonstrating basic MySQL queries & updates, descriptor and collection schema.
  • Multi-Table Example - This example shows how to use multiple tables with MySQL, and how to define joins across them.
  • Multi-Provider Example - It's not a problem to use multiple databases, even multiple database technologies (like MySQL and MongoDB). This example shows how.
  • SQLite Example - SQLite is a popular embedded database. This example shows how to use it.
  • MongoDB Example - Sometimes you'll want to use Mongo instead of MySQL.
  • Example Application - Here's a "real" application using connect.js, nodify-approute and node-props to build a working prototype application.