🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

zpoint

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zpoint

crates.io
Version
0.0.1
Version published
Maintainers
1
Created
Source

README

Development

Setup database:

docker-compose -f docker-compose.yml up -d

Run migrations:

sqlx migrate run

And then run the server:

cargo run

Or run it with docker:

# Setup services with multiple compose files, see:
#
#   https://docs.docker.com/compose/extends/
#
docker-compose -f docker-compose.yml -f docker-compose.override.yml up --build

# Or just the following:
docker-compose up --build

SQLx migration

Add new migration:

sqlx migrate add <name>

Generate sqlx-data.json:

cargo sqlx prepare -- --lib

FAQs

Package last updated on 31 Jan 2023

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