>>> from kenobi import KenobiDB  

>>> db = KenobiDB('example.db')  

>>> db.insert({'name': 'Yoda', 'lightsaber': 'green'})  
True  

>>> db.search('lightsaber', 'green')  
[{'name': 'Yoda', 'lightsaber': 'green'}]  
  • logging_strict
    link
    fedilink
    arrow-up
    3
    ·
    12 hours ago

    Thank you for getting rid of the imagery so quickly. It’s much better without it.

    You are right can get away with the package name.

    Looked over the source code and it’s a good project.

    Will look over it again and see what i can contribute