3

Is it possible to have a sqlite db in memory in iOS?

1 Answer 1

5

This works as you'd expect within iOS - you can simply open an in-memory database using :memory: instead of the file name, as per usual.

That said, you'll obviously need to be aware of the amount of memory you're using due to the lower available memory level.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.