using Microsoft.Data.Sqlite; var conn = new SqliteConnection ("Data Source=hello.db"); conn.Open();