fastlite
fastlite
A bit of extra usability for sqlite
fastlite provides some little quality-of-life improvements for interactive use of the wonderful sqlite-utils library. It’s likely to be particularly of interest to folks using Jupyter.
Install
pip install fastlite
Overview
from sqlite_utils import Database
from fastlite import *
from fastcore.utils import *... See more
A bit of extra usability for sqlite
fastlite provides some little quality-of-life improvements for interactive use of the wonderful sqlite-utils library. It’s likely to be particularly of interest to folks using Jupyter.
Install
pip install fastlite
Overview
from sqlite_utils import Database
from fastlite import *
from fastcore.utils import *... See more