3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 09:58:42 +02:00

DualIndexSQLiteObject: Add comment about compatibility with DualIndexHashObject

This commit is contained in:
Pragmatic Software 2020-03-04 05:54:20 -08:00
parent dc0c00e847
commit 48361191bd

View File

@ -2,7 +2,8 @@
# Author: pragma_ # Author: pragma_
# #
# Purpose: Provides a dual-indexed SQLite object with an abstracted API that includes # Purpose: Provides a dual-indexed SQLite object with an abstracted API that includes
# setting and deleting values, caching, displaying nearest matches, etc. # setting and deleting values, caching, displaying nearest matches, etc. Designed to
# be as compatible as possible with DualIndexHashObject; e.g. get_keys, get_data, etc.
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this