stephencelis / SQLite.swift

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

How to install SQLite.swift into Xcode playgrounds? #1102

Closed leeyspaul closed 2 years ago

leeyspaul commented 2 years ago

In the docs it mentions that you can learn SQLite.swift in playgrounds. However, there are no details of how to get it installed so it's available in playgrounds.

How would one do that?

ps., thanks for the awesome package :]

jberkel commented 2 years ago

The easiest way is to clone the repository and open the included playground.

leeyspaul commented 2 years ago

got it. Thank you :D