Skip to content

Commit

Permalink
added sqlite3 in the tablemodel doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ceccopierangiolieugenio committed Nov 12, 2024
1 parent 0178006 commit 8bb5b3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TermTk/TTkAbstract/abstracttablemodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ class TTkAbstractTableModel():
:py:class:`TTkTableModelCSV` subclass of :py:class:`TTkTableModelList` including the api to import csv data
:py:class:`TTkTableModelSQLite3` subclass of :py:class:`TTkTableModelList` including support for `sqlite3 <https://www.sqlite.org>`__ databases
'''

__slots__ = (
Expand Down

0 comments on commit 8bb5b3c

Please sign in to comment.