Omrialgazi
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
创建于 Change database and schema with code
已回答We have many connections and databases, and I'm writing a Pycharm plugin (using IDEA), which opens SQL files related to a specific connection.I do it by creating a virtual file: LocalFileSystem.get... -
创建于 Accessing database through API
已回答Hi, I'm developing a plugin that requires interaction with DB's defined in Pycharm.I need to be able to see the list of defined DB's and to run a query on them. I managed to import the database nav...