Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 16, 2022 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/eea46e048ba4c10d2c2bb636f603a0a3 to your computer and use it in GitHub Desktop.
Save parzibyte/eea46e048ba4c10d2c2bb636f603a0a3 to your computer and use it in GitHub Desktop.
func obtenerBD() (*sql.DB, error) {
return sql.Open("sqlite3", "restaurante.db?_foreign_keys=1")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment