Skip to content

xerofenix/zig_CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is basic learning backend program written in zig programming language.

Zap is a web framework that is used in this program.

Postgres database is used for storing user data.

Right now only Create, Read and Delete operation is available.

Want to try it out ? -- Prerequisit: install zig (currently works with zig 0.14.1) and postgres database

  1. Clone this repository
git clone https://github.com/xerofenix/zig_CRUD
  1. go to zig_CRUD directory
cd zig_CRUD
  1. change the databse configuration in db_config.zig file with your database credentials.
  2. Run the program
zig build run

Contributions are welcome

I would love to take contributions from your side. Open a pull request if you want to add, enhance and fix something.

About

This repo contains basic CRUD operation using zig programming and postgres

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published