Add API getallburstlocateresults
This commit is contained in:
6
api/s43_burst_locate_result.py
Normal file
6
api/s43_burst_locate_result.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .database import *
|
||||
from .s0_base import *
|
||||
import json
|
||||
|
||||
def get_all_burst_locate_results(name: str) -> list[dict[Any, Any]]:
|
||||
return read_all(name, "select * from burst_locate_result")
|
||||
Reference in New Issue
Block a user