Add API getallburstlocateresults

This commit is contained in:
DingZQ
2025-05-07 21:06:08 +08:00
parent 99c19f94f4
commit bf6116aa46
4 changed files with 20 additions and 0 deletions

View 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")