Results 134 comments of Tim Jones

Is your intention to use Node.js to install and maintain the schema, or just copy the schema entirely?

v11 looks like it will have a significant number of schema changes, but I am still going to make an attempt at a migration script.

If the db is unavailable, `start()` would also fail. Do you have a way you can poll your database to determine when it's back up?

You can write your own query against the table if you want. There is also an event `monitor-states` that could be used, but this may not exist by the time...

Seems like a good thing to add to the API. It's not there yet.

I revisited this and remembered I expose this is already exposed via `getDb()`