11
This commit is contained in:
@@ -21,7 +21,6 @@ fn main() {
|
||||
|
||||
sql db {
|
||||
create table Faculty
|
||||
// create table Product
|
||||
} or { panic('error on create table: ${err}') }
|
||||
|
||||
db.close() or { panic(err) }
|
||||
|
||||
Reference in New Issue
Block a user