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

Migrate to sqlitemap #6

Open
eigenein opened this issue Apr 2, 2019 · 0 comments
Open

Migrate to sqlitemap #6

eigenein opened this issue Apr 2, 2019 · 0 comments
Assignees

Comments

@eigenein
Copy link
Owner

eigenein commented Apr 2, 2019

Ideas:

  • shared collection for shared keys
  • user_12345 collection for user-specific keys

Keep in mind, currently value is a string while in sqlitemap it's bytes. Possible migration:

create table "shared" (`key` text not null primary key, `value` blob not null);
insert into "shared" (`key`, value) select `key`, value from `default`;
@eigenein eigenein self-assigned this Apr 2, 2019
@eigenein eigenein pinned this issue Apr 2, 2019
@eigenein eigenein unpinned this issue Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant