Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLITE_OPEN_URI #38

Closed
mb0 opened this issue Jan 28, 2013 · 0 comments
Closed

SQLITE_OPEN_URI #38

mb0 opened this issue Jan 28, 2013 · 0 comments

Comments

@mb0
Copy link

mb0 commented Jan 28, 2013

for example: in order to use shared memory databases in sqlite3 a flag needs to be set.
an easy and flexible way is to enable uri filename interpretation and use uri parameters:
"file::memory:?cache=shared"

can go-sqlite3 add an option to enable uri filenames (the SQLITE_OPEN_URI flag)?

http://www.sqlite.org/inmemorydb.html#sharedmemdb
http://www.sqlite.org/c3ref/open.html#urifilenamesinsqlite3open

thanks!

@mattn mattn closed this as completed in ae4b607 Jan 29, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants