This commit is contained in:
krchi 2025-08-19 21:24:37 +08:00
parent c68e37e3e5
commit a6af25dd1c
2 changed files with 7 additions and 5 deletions

View file

@ -61,6 +61,12 @@ fn test_print_results() {
insert account into Account
}!
i := sql db {
insert account into Account
}!
println(i)
count := sql db {
select count from Account
}!