vanwagonet / SQLCodable

Can you define SQLite3-persisted models with just `Codable`?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLCodable

Can you define SQLite3-persisted models with just Codable?

  • Generate table definitions

  • Generate create statements

  • Generate insert statements

  • Generate select statements

  • Generate update statements

  • Generate delete statements

  • Support Codable enums & OptionSet

  • Support nested structs

  • Support arrays

  • Support indexes

  • Support foreign keys

  • Subscription

  • Concurrency

  • Conflict resolution

About

Can you define SQLite3-persisted models with just `Codable`?

License:BSD 2-Clause "Simplified" License


Languages

Language:Swift 99.6%Language:Objective-C 0.4%