CompatHelper: add new compat entry for SQLite at version 1, (keep existing compat)

This commit is contained in:
CompatHelper Julia 2024-09-17 11:53:43 +00:00
parent 4597fddf2a
commit b27c2007e6

View file

@ -18,6 +18,9 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
[extensions]
PSBoardDataBaseInteractiveUtilsExt = "InteractiveUtils"
[compat]
SQLite = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"