stephenafamo / bob

SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite
https://bob.stephenafamo.com
MIT License
701 stars 37 forks source link

Hosting #205

Closed gedw99 closed 1 month ago

gedw99 commented 2 months ago

Fly.io has replicated hosting for Postgres and SQLite

it’s free up to a certain level .

gedw99 commented 2 months ago

https://fly.io/blog/free-postgres/

gedw99 commented 2 months ago

https://fly.io/docs/litefs/

gedw99 commented 2 months ago

https://github.com/athena-logistics/athena-backend/blob/main/.github/workflows/part_deploy.yml shows how to build the Container to Github Container Registry and then Deploy to Fly.io.

https://github.com/edgedb/remix/blob/main/.github/workflows/deploy.yml#L115 Does push to Fly Container Registry and Deploy to Fly, so its all private

stephenafamo commented 1 month ago

I am not sure what this has to do with Bob.

gedw99 commented 1 month ago

It’s to easily run and scale out and host bob .