{"id":19308807,"url":"https://github.com/knands42/concurrency-banking","last_synced_at":"2026-05-04T01:31:55.719Z","repository":{"id":58096876,"uuid":"529749771","full_name":"knands42/Concurrency-Banking","owner":"knands42","description":"An application that simulates a banking system in order to deal with concurrency at the database layer","archived":false,"fork":false,"pushed_at":"2024-09-25T05:03:22.000Z","size":306,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T03:18:01.986Z","etag":null,"topics":["docker","docker-compose","golang","makefile","postgresql"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knands42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-28T03:12:06.000Z","updated_at":"2024-09-25T05:03:26.000Z","dependencies_parsed_at":"2023-12-15T06:26:42.701Z","dependency_job_id":"3108eabd-4eb2-49bb-b3d7-a8cd976639da","html_url":"https://github.com/knands42/Concurrency-Banking","commit_stats":null,"previous_names":["knands42/bank-transaction","knands42/concurrency-banking"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knands42%2FConcurrency-Banking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knands42%2FConcurrency-Banking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knands42%2FConcurrency-Banking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knands42%2FConcurrency-Banking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knands42","download_url":"https://codeload.github.com/knands42/Concurrency-Banking/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240409848,"owners_count":19796797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","golang","makefile","postgresql"],"created_at":"2024-11-10T00:16:33.617Z","updated_at":"2025-11-15T14:02:24.699Z","avatar_url":"https://github.com/knands42.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bank-Transaction\n\nAn application to learn golang and focusing in databases\n\n### Running the application\n\nTo run the application first mak sure to have the `make` cli tool installed.\n\nThen just enter the following command:\n\n```bash\nmake execute\n```\n\n### Migrations\n\nTo generate new migrations just hit the code below:\n  \n```shell\nmake create_migration file_name=example_schema\n```\n\nA new file should be created under `app/internal/db/migrations` with the name `000002_schema_migration_up.sql` and `000002_schema_migration_down.sql`.\nAfter editing these two sql files just hit the code below to apply.\n\n```shell\nmake migrate_up \nmake migrate_down\n```\n\n### QUERIES\n\nTo generate new code for the queries located at `app/internal/db/queries`, first make sure that you have the sqlc tool installed.\n\n```shell\ngo install github.com/kyleconroy/sqlc/cmd/sqlc@latest\n```\n\nAfter that just hit the code below:\n  \n```shell\nmake query\n```\n\nFiles under `app/internal/db/sqlc` should be generated (DO NOT EDIT), they are like CRUD automatically generated from .sql files.\n\n### Credits\nProject made with the guide of [TECH SCHOOL](https://www.youtube.com/watch?v=rx6CPDK_5mU\u0026list=PLy_6D98if3ULEtXtNSY_2qN21VCKgoQAE\u0026ab_channel=TECHSCHOOL) tutorial.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknands42%2Fconcurrency-banking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknands42%2Fconcurrency-banking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknands42%2Fconcurrency-banking/lists"}