14 lines
268 B
GLSL
Executable File
14 lines
268 B
GLSL
Executable File
#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
|
|
|
|
import time
|
|
import freeflowuniverse.herolib.installers.db.postgresql
|
|
|
|
mut db := postgresql.get()!
|
|
|
|
// db.destroy()!
|
|
db.start()!
|
|
|
|
// db.db_create('my_new_db')!
|
|
// db.stop()!
|
|
// db.start()!
|