Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 89341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T22:42:05+00:00 2026-05-10T22:42:05+00:00

It looks like all the methods for loading SQLite involve loading from a named

  • 0

It looks like all the methods for loading SQLite involve loading from a named file using a string. I would like to load SQlite database from memory.

The database is already loaded into memory.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T22:42:05+00:00Added an answer on May 10, 2026 at 10:42 pm

    Use a special file name, :memory:

    sqlite3_open(':memory:', &db); 

    libsqlite must have been compiled without SQLITE_OMIT_MEMORYDB defined, as pointed out in SQLite documentation:

    SQLITE_OMIT_MEMORYDB

    When this is defined, the library does not respect the special database name ':memory:' (normally used to create an in-memory database). If ':memory:' is passed to sqlite3_open(), sqlite3_open16(), or sqlite3_open_v2(), a file with this name will be opened or created.

    If you want to read the database that is already fully loaded into memory however, it will be more work. You will have to implement a custom VFS layer to operate on memory files and register it with your SQLite context.

    See:

    • sqlite3_vfs
    • sqlite3_io_methods

    I have not implemented it myself, so I can’t reliably tell whether you have to implement the entire new VFS layer, or you can get away with substituting some functions in the default one (latter is unlikely).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 66k
  • Answers 66k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer PsExec is part of the sysinternals suite that can do… May 11, 2026 at 11:40 am
  • added an answer The second argument to animate() is a callback that gets… May 11, 2026 at 11:40 am
  • added an answer I have no pro´s for loosly-typed. You will only get… May 11, 2026 at 11:40 am

Related Questions

It looks like all the methods for loading SQLite involve loading from a named
We all know the various ways of testing OO systems. However, it looks like
It looks like we'll be adding CAPTCHA support to Stack Overflow. This is necessary
It looks like I had a fundamental misunderstanding about C++ :< I like the
It looks like the standard asp.net 2 RangeValidator control doesn't allow times. e.g. 01/01/2008
It looks like the run-time compiler doesn't support the same language as the command-line
It looks like if I load dynamic content using $.get() , the result is
Unfortunately it looks like for various reasons I'm going to have to use Visual
From googling around it looks like Xcode (3.1 in my case) should be at
After peeking around the internet it looks like it is possible to interop between

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.