Connecting to PostgreSQL or other databases?
JHibbard opened this issue · 2 comments
JHibbard commented
Hello, I've been experimenting with vcf2db to create non-sqlite databases for gemini, but I'm not sure how to connect to the newly created database with gemini. I'm having trouble finding documentation for this, is there an example or piece of documentation? Thanks! This is an amazing tool :)
brentp commented
instead of using a sqlite.db path as the final argument, just use, e.g. "postgres://brentp:password@localhost/gemini"
JHibbard commented
Thank you! I didn't realize that was a sqlalchemy connection string and not a file path.