How to connect to an in-memory sqlite3 database?
Hi, I'm new to PyCharm (using version 3.0) and would like to connect the Database panel to the in-memory sqlite3 database I use for testing of my Django web app, i.e. the database engine is "django.db.backends.sqlite3" and the database name is ":memory:". How do I do this? Thanks!
1 条评论
排序方式
日期
投票数
请先登录再写评论。