Skip to content

wk-j/json-import

Repository files navigation

Json Import

Build Status NuGet

Import json into database without predefined schema

Installation

dotnet tool install -g wk.JsonImport

Usage

wk-json-import \
    --type postgres \
    --connection "Host=localhost;User Id=postgres;Password=1234;Database=Test" \
    --table MyTable \
    resource/Hello.json

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published