Test Insert Commit Timestamp on Emulator
Simple test application that verifies that inserting a commit timestamp works on the emulator.
The application does the following:
- Start the Spanner emulator in a Docker container. This requires Docker to be available on the host machine.
- Create an instance and a database on the emulator.
- Create a table with a column that contain a commit timestamp.
- Insert a row with a commit timestamp to the table.
- Query the table to verify that the row was inserted.
Run with:
dotnet run