kicad: improve script description

This commit is contained in:
King Kévin 2023-02-03 00:38:54 +01:00
parent f9d072a3f0
commit b4bee23b3f
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@
# encoding: utf-8
# ruby: 3.0.0
=begin
script to create view use by KiCad database library
KiCAD can have a KiCad database library
https://docs.kicad.org/master/en/eeschema/eeschema.html#database_libraries
this script creates views from the partdb table so to create a database for KiCAD
if wil also output the KiCad database library file
=end
require 'mysql2'
require 'json'