8000 GitHub - qxuken/qcdn
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qxuken/qcdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QXuken's CDN

Application for distributed content delivery

Setup

  1. Setup env variables

    cp .env.development .env
  2. Install protoc compiler using tonic instructions

  3. Install sqlx-cli

    cargo install sqlx-cli

Development

Migrations

  • Create migration

    sqlx migrate add <name>

    Add -r flag for a reversible migration

  • Check migration

    sqlx migrate info
  • Run migrations

    sqlx migrate run
  • Revert migrations

    sqlx migrate revert

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0