How to configure data source to run SQL using custom module?
I am doing the cs50x finance project in pycharm and I am getting this inspection "No data sources are configured to run this SQL and provide advanced code assistance" triggered. How do I add the data source correctly?
I am using the cs50 module SQL class to interact with sqlite3 db as seen in these screenshots. The sqlite seems to be installed already. The code is functioning properly, but I just don't know how to address this inspection warning. Having SQL support would be great, so I just don't want to ignore this inspection. Please advise, thanks!

请先登录再写评论。
Please see our docs on how to configure SQLite in PyCharm https://www.jetbrains.com/help/pycharm/connecting-to-a-database.html#connect-to-sqlite-database
Has it helped?