sqflite_helper_new 1.0.0
sqflite_helper_new: ^1.0.0 copied to clipboard
The sqflite_helper package provides a helper class for sqflite, which is a Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine, and can be used to persist data [...]
License
from setuptools import setup
setup(
name='sqflite_helper',
version='1.0.0',
license='MIT',
# other metadata...
)