Skip to content
View michelmilezzi's full-sized avatar

Block or report michelmilezzi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. batch-translator batch-translator Public

    A simple batch translator that uses the power of Google Translator API

    Ruby 1

  2. pg_job_queue pg_job_queue Public archive

    A PostgreSQL job queue manager

    C 2

  3. pg_activity pg_activity Public

    Forked from dalibo/pg_activity

    pg_activity is a top like application for PostgreSQL server activity monitoring.

    Python

  4. yapott yapott Public archive

    yet another postgresql tuning tool

    Java

  5. spring-boot-testing spring-boot-testing Public

    small project showing unit testing with spring boot

    Java 2 13

  6. A simple script demonstrating Postgr... A simple script demonstrating PostgreSQL idempotent capabilities. You can run this script as many times as you wish (it will not give duplicate object error or similar).
    1
    --Table
    2
    CREATE TABLE IF NOT EXISTS person (
    3
      id integer NOT NULL,
    4
      person_name character varying(40) NOT NULL,
    5
      updated_date date,