Clean up
This commit is contained in:
parent
30093eb03d
commit
cb1cf6f6cf
3 changed files with 12 additions and 10 deletions
|
@ -1,9 +1,10 @@
|
|||
#!/usr/bin/env python3
|
||||
import os
|
||||
from surrealdb import Surreal
|
||||
|
||||
from dotenv import load_dotenv
|
||||
from surrealdb import Surreal
|
||||
|
||||
load_dotenv()
|
||||
db = Surreal(f"ws://{os.environ.get('DB_HOST')}:{os.environ.get('DB_PORT')}/rpc")
|
||||
|
||||
# TODO: "SQL"-Prompts
|
||||
# TODO: "SQL"-Prompts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue