๐Ÿ—„๏ธdatabase/sql WorkshopWORKSHOP
1
2
3
4

Step 1

Open a database using `sql.Open` with the `"mock"` driver and DSN `"mock://"`. Call `db.Ping()` and handle any error. Print `"connected"` on success. The starter code includes a mock driver so this runs in the Playground.

โŒ˜ Enter (Mac) ยท Ctrl+Enter (Win/Linux)