stor

package module
v0.0.0-...-292b0fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2021 License: BSD-3-Clause Imports: 6 Imported by: 0

README

stor logo

Stor


Stor is a Go package that makes exporting databases easy and fun. It provides support for cron jobs so exports can be made periodically according to a schedule, exports can be uploaded to AWS S3, Google Drive, FTP and saved locally.

Stor supports multiple databases, so exports can be made of multiple databases at a time.

Supported Databases:

  • Postgres Database
  • MySQL Database
  • SQLlite 3

Table of Contents

Installation

go get github.com/paingha/stor

Importing & Usage

Import the package and setup the database connection string.

Author

Hi! I am Paingha Joe Alagoa Jnr. I am a recent college graduate with 4 years experience using Golang and Javascript to build scalable and user friendly applications.

Currently Open to New Full-time Software Developer positions in the United States (both remote and in person roles) for Golang and Javascript.

Contact me by Twitter or Linked In :)
Linked In
Twitter

Attribution

Logo Image from Freepik Business vector created by macrovector - www.freepik.com

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DatabaseConnection

type DatabaseConnection interface {
	// contains filtered or unexported methods
}

type DatabaseMySqlParams

type DatabaseMySqlParams struct {
	// contains filtered or unexported fields
}

DatabaseParams - parameters needed to create a new database connection

type DatabasePostgresParams

type DatabasePostgresParams struct {
	// contains filtered or unexported fields
}

DatabaseParams - parameters needed to create a new database connection

type DatabaseSqlite3Params

type DatabaseSqlite3Params struct {
	// contains filtered or unexported fields
}

DatabaseParams - parameters needed to create a new database connection

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL