Code Monkey home page Code Monkey logo

faker's Introduction

faker

Description

faker is a tool to generate fake data for testing purposes.

Usage

Build

go build ./...

Run

go run ./...

Test

go test -v --cover --race ./...

Apendix

MySQL

Show database table sizes in GB and fragmented space in GB

SELECT
 table_schema AS `Database`,
 table_name AS `Table`,
 round(((data_length + index_length) / 1024 / 1024 / 1024), 4) 'Size in GB',
 round(((data_free) / 1024 / 1024 / 1024), 4) 'Fragmented Space in GB'
 FROM
 information_schema.TABLES
 WHERE
 table_schema NOT IN ('information_schema', 'mysql', 'performance_schema', 'sys');

faker's People

Contributors

lupinthe14th avatar renovate[bot] avatar

Watchers

 avatar  avatar

faker's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
compose.yml
  • golang 1.22.0
  • mysql 8.0.32
github-actions
.github/workflows/ai-review.yaml
.github/workflows/bump.yml
  • actions/checkout v4
  • mathieudutour/github-tag-action v6.1
  • actions/checkout v4
  • actions/setup-go v5
  • goreleaser/goreleaser-action v5
.github/workflows/go.yml
  • actions/checkout v4
  • actions/setup-go v5
  • golangci/golangci-lint-action v3
  • codecov/codecov-action v4
.github/workflows/lizard.yml
  • actions/checkout v4
  • Uno-Takashi/Lizard-Runner v3
.github/workflows/pr-auto-approve.yaml
  • hmarr/auto-approve-action v3
.github/workflows/reviewdog.yml
  • actions/checkout v4
  • reviewdog/action-misspell v1
  • actions/checkout v4
  • reviewdog/action-yamllint v1
  • actions/checkout v4
  • reviewdog/action-shellcheck v1
  • actions/checkout v4
  • reviewdog/action-actionlint v1
gomod
go.mod
  • go 1.21
  • github.com/DATA-DOG/go-sqlmock v1.5.2
  • github.com/alecthomas/kingpin/v2 v2.4.0
  • github.com/brianvoe/gofakeit/v6 v6.28.0
  • github.com/go-sql-driver/mysql v1.7.1

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.