groue / GRDB.swift

A toolkit for SQLite databases, with a focus on application development
MIT License
6.86k stars 708 forks source link

Query Interface: Join/Create #73

Closed cfilipov closed 8 years ago

cfilipov commented 8 years ago

Are there any plans for supporting SQL join in the query interface? Along the same lines.. what about creating tables?

Edit: Just noticed the TODO.md mentions joins and a few other nice things. But not table creation.

cfilipov commented 8 years ago

The CREATE TABLE builder part of this discussion has been continued in #83.

smhk commented 7 years ago

WOW - that was a long thread :)