Skip to content

mrgoonie/savedb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SaveDB.site

Description

SaveDB.site is a tool that provides API to backup databases and upload to cloud storages.

"Just save it somewhere and hope we will never need it."

Support databases

  • PostgreSQL
  • MySQL
  • MariaDB
  • MongoDB

Support cloud storages

  • Google Drive
  • AWS S3
  • Cloudflare R2
  • Google Cloud Storage
  • Azure Blob Storage
  • MinIO
  • Backblaze B2

Workflow:

We made this as simple as possible: connect to a database, backup it, upload it to cloud storage. That's it!

Stack

  • Node.js (TypeScript)
  • Express.js
  • Prisma (PostgreSQL)
  • Auth (Lucia)
  • Zod
  • Template Engine (EJS)
  • Styling with TailwindCSS
  • Commitlint
  • Swagger UI

Development

Create .env from .example.env

Then:

bun i
bun dev
# OR
npm i
npm run dev

Docker

docker build -t local/bun-express-starter -f Dockerfile .
docker run -p 3000:3000 local/bun-express-starter
# OR
docker compose up

Deploy with DXUP

dx up
# dx up --prod

CI/CD

  • Github Actions: Create Pull Request to main branch will trigger a build and push to preview environment
  • Github Actions: Merge Pull Request to main branch will trigger a build and push to production environment

Privacy Policy

  • We don't store any data
  • We don't collect any data
  • We don't use any data

Author

Please feel free to contribute to this project!

Check out my other products

  • DigiCord AI - The Most Useful AI Chatbot on Discord
  • IndieBacklink.com - Indie Makers Unite: Feature, Support, Succeed
  • BoostTogether.com - The Power of WE in Advertising
  • TopRanking.ai - AI Directory, listing AI products
  • ZII.ONE - Personalized Link Shortener
  • VidCap.xyz - Extract Youtube caption, download videos, capture screenshot, summarize,…
  • ReadTube.me - Write blog articles based on Youtube videos
  • AIVN.Site - Face Swap, Remove BG, Photo Editor,…
  • SearchAPI.site - API & MCP to search over the internet using Google, Bing, DuckDuckGo, etc.
  • ReviewWeb.site - API & MCP to analyze, summrize, convert to markdown, extract data from URLs

Thank you!

About

SaveDB.site is a tool that provides API to backup databases and upload to cloud storages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors