PyKV.search_key()
데이터베이스에서 값에 특정 검색어가 포함된 키-값 쌍의 리스트를 반환합니다.
구문
pyKV.search_key(searchString)
매개변수
searchString
str데이터베이스에서 검색할 키-값 쌍의 키
반환값
list[dict]
- 키에 searchString
가 포함된 키-값 쌍의 리스트를 반환합니다.
데이터베이스에서 값에 특정 검색어가 포함된 키-값 쌍의 리스트를 반환합니다.
pyKV.search_key(searchString)
searchString
str데이터베이스에서 검색할 키-값 쌍의 키
list[dict]
- 키에 searchString
가 포함된 키-값 쌍의 리스트를 반환합니다.