/SUMMARY.md

https://github.com/rspeele/Rezoom.SQL · Markdown · 45 lines · 44 code · 1 blank · 0 comment · 0 complexity · fe32f58645a6f4ff97c8bbc042892f4f MD5 · raw file

  1. # Summary
  2. * [About](README.md)
  3. * [Tutorial](doc/Tutorial/README.md)
  4. * [Adding migrations](doc/Tutorial/AddingMigrations.md)
  5. * [Using TSQL or Postgres](doc/Tutorial/SwitchBackends.md)
  6. * [Loading nested objects](doc/Tutorial/LoadingNestedObjects.md)
  7. * [Asynchronous programming](doc/Tutorial/Async.md)
  8. * [Using Rezoom](doc/Rezoom/README.md)
  9. * [Configuration](doc/Configuration/README.md)
  10. * [rzsql.json](doc/Configuration/Json.md)
  11. * [App.config](doc/Configuration/AppConfig.md)
  12. * [Migration Trees](doc/Configuration/MigrationTrees.md)
  13. * [Language](doc/Language/README.md)
  14. * [Names](doc/Language/Name.md)
  15. * [Data types](doc/Language/DataTypes.md)
  16. * [Literals](doc/Language/Literal.md)
  17. * [Expressions](doc/Language/Expr.md)
  18. * [Select statements](doc/Language/SelectStmt.md)
  19. * [Insert statements](doc/Language/InsertStmt.md)
  20. * [Update statements](doc/Language/UpdateStmt.md)
  21. * [Delete statements](doc/Language/DeleteStmt.md)
  22. * [Common table expressions](doc/Language/CommonTableExpression.md)
  23. * [Create table statements](doc/Language/CreateTableStmt.md)
  24. * [Create view statements](doc/Language/CreateViewStmt.md)
  25. * [Alter table statements](doc/Language/AlterTableStmt.md)
  26. * [Drop object statements](doc/Language/DropStmt.md)
  27. * [Navigation properties](doc/Language/NavigationProperties.md)
  28. * [Vendor statements](doc/Language/VendorStatements.md)
  29. * [Functions](doc/Language/Functions/README.md)
  30. * [SQLite](doc/Language/Functions/SQLiteFunctions.md)
  31. * [TSQL](doc/Language/Functions/TSQLFunctions.md)
  32. * [Postgres](doc/Language/Functions/PostgresFunctions.md)
  33. * [Quirks](doc/Language/Quirks/README.md)
  34. * [SQLite](doc/Language/Quirks/SQLiteQuirks.md)
  35. * [TSQL](doc/Language/Quirks/TSQLQuirks.md)
  36. * [Postgres](doc/Language/Quirks/PostgresQuirks.md)
  37. * [Dynamic SQL](doc/Language/DynamicSQL.md)
  38. * [What's missing?](doc/Language/MissingFeatures.md)
  39. * [API](doc/API/README.md)
  40. * [Rezoom.SQL](doc/API/RezoomSQL.md)
  41. * [Rezoom.SQL.Synchronous](doc/API/RezoomSQLSynchronous.md)
  42. * [Rezoom.SQL.Asynchronous](doc/API/RezoomSQLAsynchronous.md)
  43. * [Rezoom.SQL.Plans](doc/API/RezoomSQLPlans.md)
  44. * [Rezoom.SQL.Migrations](doc/API/RezoomSQLMigrations.md)