Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Using Databases in Python Meet Peewee Modeling

Jonathan Kuhl
Jonathan Kuhl
26,133 Points

Can't exit SQLite

My workspace is stuck in SQLite. I'm on the second video with Kenneth Love, learning about Peewee. And I can't get my console to quit SQL. I typed in ".exit" with the period in the front and it won't exit, it just moves to a new line. I can't get back to the python shell.

2 Answers

Mathieu St-Vincent
Mathieu St-Vincent
9,244 Points

Try entering ; to close the statement and then retyping .exit

Jonathan Kuhl
Jonathan Kuhl
26,133 Points

Ah, that's what I was missing! Thanks