LINO
LINO copied to clipboard
Large Input Narrow Output - LINO is a simple ETL tool to manage tests data.
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.2 to 3.14.3. Release notes Sourced from github.com/schollz/progressbar/v3's releases. v3.14.3 What's Changed fix error return by @ttmars in schollz/progressbar#175 fix Finish() should update state.currentBytes by @black-night-heron in...
Bumps [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx) from 1.3.5 to 1.4.0. Release notes Sourced from github.com/jmoiron/sqlx's releases. Update dependencies to their latest stable versions This release has updated all dependencies to their latest stable version....
Is it possible to add at the beginning of the WEB URL for LINO( also in PIMO?) a link to a QUICKSTART. This Quickstart page should include installation procedure/scripts in...
### Context Until LINO v1.9.2 included, when pulling a table with a child relationship, data from child were pulled as a JSON Object : ```yml { "myField1": { "childField1": "",...
### **Initial condition:** Windows server without DOCKER image follow instruction in 'https://github.com/CGI-FR/LINO' ### **Action** lino dataconnector add source postgresql://postgres:@localhost:5432/postgres?sslmode=disable ### **Problem** warning is displayed : ["warn: password should not be...
### **Initial condition:** follow instruction in 'https://github.com/CGI-FR/LINO' ### **Action** lino dataconnector add source postgresql://postgres:@localhost:5432/postgres?sslmode=disable ### **Problem** warning is displayed : "warn: password should not be included in URI, use --password-from-env...
### **Initial condition:** Postgresql db with dvdrental image lino dataconnector add dvdrental --read-only postgresql://postgres@localhost:5432/dvdrental?sslmode=disable --password lino relation extract dvdrental lino table extract dvdrental lino id create "film" ### **Action** lino...