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

More portable version using SQLite #18

Open
tslater opened this issue Dec 22, 2021 · 4 comments
Open

More portable version using SQLite #18

tslater opened this issue Dec 22, 2021 · 4 comments

Comments

@tslater
Copy link

tslater commented Dec 22, 2021

I'm curious if the maintainers would have any interest in a conversion from Postgresql to SQLite. The idea would be to Ichiran much more operationally simple, allowing it to be integrated into developer workflows more easily. Rather than needing a separate db process and configuration parameters, Sqlite could integrate much more seamlessly.

@tshatrov
Copy link
Owner

Well, the main problem is that the postmodern library which is used to access the database only supports Postgres, and it also happens to be the best db library, and Postgres is more 'web scale' for my purposes. I understand how Sqlite might be better for certain usecases, but it might be quite hard to support it.

@tslater
Copy link
Author

tslater commented Dec 22, 2021 via email

@tshatrov
Copy link
Owner

Hm, I don't know, depends on how "invasive" it is to the existing codebase. Also it might make adding new features more difficult as I'd have to test if each query works on both databases. But I'd be definitely curious to see such a PR.

@tslater
Copy link
Author

tslater commented Dec 30, 2021

Ok, I'll let you know if I get around to it. Thanks for letting me know!

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