mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +01:00
DualIndexSQLiteObject: Add comment about compatibility with DualIndexHashObject
This commit is contained in:
parent
dc0c00e847
commit
48361191bd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user