You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/sayedh/go-sqlite-CRM

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/sayedh/go-sqlite-CRM

v0.0.0-20220510222340-49e7e1175d36
Source
Go
Version published
Created
Source

Golang CRM APIs with SQLite. Create, read, update and delete data with Postman.

Technologies Used

  • Golang
  • SQLite
  • Postman

Dependencies

  • Install Go - https://go.dev/doc/install
  • Install SQLite - https://www.sqlite.org/download.html
  • DB Browser for SQLite - https://sqlitebrowser.org/dl/ (not required)
  • Install Postman - https://www.postman.com/downloads/

Executing program

  • Download the repository to your computer, go to project file, and run the code
git clone https://github.com/sayedh/go-sqlite-CRM
cd go-sqlite-CRM
go mod tidy
go run main.go

FAQs

Package last updated on 10 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts