>>> from kenobi import KenobiDB  

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

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

>>> db.search('lightsaber', 'green')  
[{'name': 'Yoda', 'lightsaber': 'green'}]  
  • harrisonerd@piefed.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    3 hours ago

    Thanks everyone for their interest in this little project. We removed the drawing and any even somewhat Disney references. Disney does not own ‘kenobi’, they do own ‘Obi-Wan Kenobi’ and ‘Ben Kenobi’. There is nothing to do with either of these names of the Star Wars character on the GitHub or PyPI now. Thanks for the feedback everyone!