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 comment
Sort by
Date
Votes
Please sign in to leave a comment.