stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.64k stars 1.56k forks source link

alternative ways to make a database #979

Closed digitxo closed 3 years ago

digitxo commented 4 years ago

I don't want to type the SQL insert statements to create my database, what are my alternative methods to do so? Can I Just create a spreadsheet and convert it to sqlite format?

nathanfallet commented 3 years ago

Like #984, you should check to use a CSV parsing library.