CockroachDB-SelfieHacks

Introduction

Using Cockroach DB , we made a bank system consiting of number of users and verifying account data using SQL connection strings

Tech Stack

Our tech stack consists of the following:

  • Cockroach-DB
  • C#
  • .NET
  • Postgress SQL(npsql)

Screenshots

CockRoach-DB Server Bank System Aunthentication Execution

Code Results:

Initial balances:
    account 1: 1000
    account 2: 250
Final balances:
    account 1: 900
    account 2: 350