Skip to content

SQL-Kommandos und -Abfragen auf CSV-Dateien anwenden

License

Notifications You must be signed in to change notification settings

1nn3/SQL-CSV-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App::SQL-CSV-Parser - SQL-Kommandos und -Abfragen auf CSV-Dateien anwenden

Das CPAN-Modul DBI (DataBase Interface) ist Perls einheitliche
Datenbankschnittstelle und mit dem Datenbank-Treiber DBD::CSV steht eine
SQL-Schnittstelle für CSV-Dateien (Comma-Separated Value) bereit.

Hinweis: Für eigene Projekte sollte ein richtiges Datenbanksystem zum
Einsatz kommen! Beispielsweise SQLite. Dort befindet sich die gesamte
Datenbank auch in einer einzigen Datei.

* https://dbi.perl.org
* https://metacpan.org/pod/DBI::DBD
* https://metacpan.org/pod/DBD::CSV
* https://www.sqlite.org

Install from CPAN

cpan App::SQL-CSV-Parser

About

SQL-Kommandos und -Abfragen auf CSV-Dateien anwenden

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages