mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Temporal readme files
Added temporal readme files.
This commit is contained in:
@ -14,4 +14,9 @@ SQL Server R Services brings R processing close to the data, allowing more scala
|
||||
|
||||
[JSON Support](json)
|
||||
|
||||
Built-in JSON functions enable you to easily parse and query JSON data stored in database, transform relational data to JSON text, and vice versa.
|
||||
Built-in JSON functions enable you to easily parse and query JSON data stored in database, transform relational data to JSON text, and vice versa.
|
||||
|
||||
|
||||
[Temporal (system-versioning)](temporal)
|
||||
|
||||
Built-in temporal functions enable you to easily track history of changes in a table, go back in history, and analyze historical data.
|
||||
6
samples/features/temporal/readme.md
Normal file
6
samples/features/temporal/readme.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Samples that use Temporal functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database
|
||||
|
||||
[Product catalog](temporal/product-catalog)
|
||||
|
||||
This project contains an example implementation product catalog implemented using ASP.NET Core web aplication. You can learn how to build temporal application using new functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database.
|
||||
|
||||
Reference in New Issue
Block a user