Clay Lenhart

Results 31 comments of Clay Lenhart

I prefer walk through documentation (create this file, create that file, run dbaument, see you have extra columns/triggers/etc in the newly created file) more than descriptions. It's more concrete I...

I've been working on a JSON schema for the yaml (attached). [pyrseas.schema.schema.json.txt](https://github.com/perseas/Pyrseas/files/2545816/pyrseas.schema.schema.json.txt) [pyrseas.db.schema.json.txt](https://github.com/perseas/Pyrseas/files/2545817/pyrseas.db.schema.json.txt) It makes it much easier to write the yaml. If you want to have a play: 1....

Just avoid potential headache - VS *Code* is completely different from Visual Studio. I think VS Code is written in javascript, so probably totally different from what you have installed....

It'll be easier to describe the file path using a URL, so that it is the same for everybody. Also, if the settings file is committed to source control, the...

Yes that’s what I mean.

I've pushed up the complete schema for the yaml files in my pull request. In terms of hosting, you may want to consider http://schemastore.org/json/, which will host the schema files...

This is a great idea. Thanks for setting this up.

Admittedly there have been a few times where a roll-back script would have been handy. In the early days we weren't testing enough, and rolled back. Lately it's happened only...

Static data sounds great -- Can I put these in CSV files? I don't see how to do this in the docs. same transaction: For production, it depends on the...

One thing to add with the sql-pre folder, ideally it only runs if the database has tables. This is useful when setting up a test database that is empty initially...