/SUMMARY.md
https://github.com/rspeele/Rezoom.SQL · Markdown · 45 lines · 44 code · 1 blank · 0 comment · 0 complexity · fe32f58645a6f4ff97c8bbc042892f4f MD5 · raw file
- # Summary
- * [About](README.md)
- * [Tutorial](doc/Tutorial/README.md)
- * [Adding migrations](doc/Tutorial/AddingMigrations.md)
- * [Using TSQL or Postgres](doc/Tutorial/SwitchBackends.md)
- * [Loading nested objects](doc/Tutorial/LoadingNestedObjects.md)
- * [Asynchronous programming](doc/Tutorial/Async.md)
- * [Using Rezoom](doc/Rezoom/README.md)
- * [Configuration](doc/Configuration/README.md)
- * [rzsql.json](doc/Configuration/Json.md)
- * [App.config](doc/Configuration/AppConfig.md)
- * [Migration Trees](doc/Configuration/MigrationTrees.md)
- * [Language](doc/Language/README.md)
- * [Names](doc/Language/Name.md)
- * [Data types](doc/Language/DataTypes.md)
- * [Literals](doc/Language/Literal.md)
- * [Expressions](doc/Language/Expr.md)
- * [Select statements](doc/Language/SelectStmt.md)
- * [Insert statements](doc/Language/InsertStmt.md)
- * [Update statements](doc/Language/UpdateStmt.md)
- * [Delete statements](doc/Language/DeleteStmt.md)
- * [Common table expressions](doc/Language/CommonTableExpression.md)
- * [Create table statements](doc/Language/CreateTableStmt.md)
- * [Create view statements](doc/Language/CreateViewStmt.md)
- * [Alter table statements](doc/Language/AlterTableStmt.md)
- * [Drop object statements](doc/Language/DropStmt.md)
- * [Navigation properties](doc/Language/NavigationProperties.md)
- * [Vendor statements](doc/Language/VendorStatements.md)
- * [Functions](doc/Language/Functions/README.md)
- * [SQLite](doc/Language/Functions/SQLiteFunctions.md)
- * [TSQL](doc/Language/Functions/TSQLFunctions.md)
- * [Postgres](doc/Language/Functions/PostgresFunctions.md)
- * [Quirks](doc/Language/Quirks/README.md)
- * [SQLite](doc/Language/Quirks/SQLiteQuirks.md)
- * [TSQL](doc/Language/Quirks/TSQLQuirks.md)
- * [Postgres](doc/Language/Quirks/PostgresQuirks.md)
- * [Dynamic SQL](doc/Language/DynamicSQL.md)
- * [What's missing?](doc/Language/MissingFeatures.md)
- * [API](doc/API/README.md)
- * [Rezoom.SQL](doc/API/RezoomSQL.md)
- * [Rezoom.SQL.Synchronous](doc/API/RezoomSQLSynchronous.md)
- * [Rezoom.SQL.Asynchronous](doc/API/RezoomSQLAsynchronous.md)
- * [Rezoom.SQL.Plans](doc/API/RezoomSQLPlans.md)
- * [Rezoom.SQL.Migrations](doc/API/RezoomSQLMigrations.md)