Metadata-Version: 2.1
Name: sqlite3-plus
Version: 0.0.4
Summary: UNKNOWN
Home-page: UNKNOWN
Author: doesdoing
Author-email: doesdong@hotmail.com.com
License: UNKNOWN
Description: test=sqlite3_plus.sqlite3_plus(path='./xxx.db',table='xxx').find(ip='xxx')
        test=sqlite3_plus.sqlite3_plus(path='./xxx.db',table='xxx').find()
        test=sqlite3_plus.sqlite3_plus(path='./xxx.db',table='xxx').delete(ip='xxx')
        test=sqlite3_plus.sqlite3_plus(path='./xxx.db',table='xxx').update(ID='xxx',ip='xxx')
        test=sqlite3_plus.sqlite3_plus(path='./xxx.db',table='xxx').add(ip='xxx',host='xxx')
        
        print(test)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
