stephencelis / SQLite.swift

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

how to import sql or sqlite file in it #869

Closed nadia-am closed 3 years ago

nadia-am commented 5 years ago

I have a sql file which create a table and add over 1000 row in that table i want to run it in swift, is it possible?

zunjae commented 5 years ago

You can find it in the docs

SudheerArava commented 5 years ago

Can we have a sample code? I searched in the doc. But not found.

nadia-am commented 5 years ago

@zunjae I didn't find in the document! can you give me a clue?

jberkel commented 3 years ago

sorry, please use stackoverflow for support, github is for bugs only.