Completato!
Sviluppatore: ZeeZide GmbH (7)
Prezzo: $13.99
Classificazioni: 0 
Commenti: 0 Pubblica commento
Listes: 0 + 0
Punti: 1 + 0 ¡
Mac App Store

Descrizione

Code for SQLite3
“Code for SQLite3” is a little macOS application that accepts either SQLite3 database files or SQL source code, and generates Swift source code for them.

This is done for two main use cases:
1) To bundle and access resource data that is available as a SQLite database.
2) To generate highly efficient database access code, e.g. for caching offline-first data.

The app generates a Swift structure for the database and for each SQL table and view, plus accompanying, highly optimised, code. It can work either with the “Lighter” package or generate dependency free SQLite code.

- Produces very efficient low-level SQLite code that directly binds to SQLite w/o any runtime mapping.
- Can generate dependency free API wrappers that directly use SQLite3 and nothing else.
- Can generates API that uses “Lighter”, a tiny library adding more features.
- Completely type safe, down to the SQLite3 schema! I.e. tables or columns that do not exist in the database, can't be used.
- Rows can be filtered using Swift closures that directly run within SQLite.
- Generates extensive DocC documentation, which includes information on how to use the generated wrappers, the SQL that created an associated table, and more.
- Supports both: SQL tables and views. Views can be used to pre-create named queries (e.g. complex joins or sum selects).
- Can load from both: plain SQL source code and actual binary SQLite3 databases.
- Generates accessors that can follow relationships formed by foreign keys.
- Can synthesize primary (and foreign) keys, even if they are not properly declared in the SQLite database.
- Can generate Codable, Identifiable and Hashable models.
- Can generate Swift 5.5 async/await APIs when used w/ the “Lighter”" library.
più ↓
Ad

Screenshot

#1. Code for SQLite3 (macOS) di: ZeeZide GmbH
#2. Code for SQLite3 (macOS) di: ZeeZide GmbH
#3. Code for SQLite3 (macOS) di: ZeeZide GmbH
#4. Code for SQLite3 (macOS) di: ZeeZide GmbH

Cronologia dei prezzi

  • Prezzo attuale: $13.99
  • Minimo: $8.99
  • Massimo: $13.99
Monitora prezzi

Novità

  • Versione: 1.0.4
  • Aggiornata:
  • - Support for Swift structured concurrency "Sendable" types
    - Fixes an issue when tables had trailing SQL comments
    - Fixes an issue in which `Data` was treated as a `Date`
    - Does not generate bind code for tables w/ more than 100 columns

Informazioni aggiuntive

Sviluppatore

Listes (0)

0 ☹️
  • Code for SQLite3

Punti (1)

  • m374
    • 1,121 m374
    • +1

Classificazioni (0)

0 ☹️

Commenti (0)

Sii il primo a commentare 🌟
«Code for SQLite3». Piattaforma: macOS. Categoria: Sviluppatori. Sviluppatore: «ZeeZide GmbH». Prima uscita: . Ultimo aggiornamento: . Prezzo attuale: $13.99. Prezzo più basso registrato: $8.99 (). Prezzo più alto registrato: $13.99 (). Questo titolo non ha ancora ricevuto valutazioni o recensioni su AppAgg. Punti tracciati: confermati 1, indiretti 0. Lingue disponibili: English. AppAgg tiene traccia della cronologia dei prezzi, delle valutazioni e del feedback degli utenti per «Code for SQLite3». Segui futuri sconti e aggiornamenti tramite RSS. AppAgg non ospita applicazioni né distribuisce software. Tutti i marchi, loghi e screenshot appartengono ai rispettivi proprietari.
Code for SQLite3Code for SQLite3 URL breve: Copiato!
  • 🌟 Condividi
  • Mac App Store

Simili

    • Code Runner for Python
    • macOS App: Sviluppatori  di: Omer UCEL
    • $0.99  
    • Listes: 0 + 1  0  0
    • Punti: 3   Versione: 4.0   Code Runner for Python is your personal Python sandbox, perfect for learning, experimenting, and quickly testing code snippets wherever you are. Ditch the complex server setup for ...
        ⥯ 
  • Nuova
    • Code Cleaner
    • macOS App: Sviluppatori  di: Andre Yonadam
    • $1.99  
    • Listes: 0  0  0
    • Punti: 0  Versione: 1.0   Clean your HTML, CSS and Javascript files with Code Cleaner! Also great for making minified HTML, CSS and Javascript files easier to read again! Clean your code at your command within ...
        ⥯ 
    • SQLite Diff
    • macOS App: Sviluppatori  di: .com Solutions Inc.
    • $9.99  
    • Listes: 0  0  0
    • Punti: 0  Versione: 1.31.0   SQLite Diff is a graphical comparison tool for SQLite database files, comparing both the schema and the data. Schema results include comparisons of tables/columns, triggers, indexes ...
        ⥯ 
    • Code Replay
    • macOS App: Sviluppatori  di: Aryaman Sharda
    • Gratis  
    • Listes: 0 + 2  0  0
    • Punti: 3   Versione: 1.0   Code Replay is an innovative and powerful tool designed specifically for developers, presenters, and teachers. It enables you to record your coding session in Xcode for playback later.
        ⥯ 
    • Code Peek+
    • macOS App: Sviluppatori  di: Onder Kadagan
    • * Gratis  
    • Listes: 0  0  0
    • Punti: 0  Versione: 1.0.3   Code Peek+ adds syntax-aware Quick Look previews for developer files on macOS. Preview source files, Markdown, Jupyter notebooks, and tabular text directly in Finder without opening an
        ⥯ 
    • Code Signing
    • macOS App: Sviluppatori  di: Sergii Kryvoblotskyi
    • $1.99  
    • Listes: 0  0  0
    • Punti: 1   Versione: 1.0.7   Code Signing is a developer tool that reads files' signing information and validates the signature. There is no more need to use command-line tools, parse the results, or read the ...
        ⥯ 
    • Code Architect
    • macOS App: Sviluppatori  di: KeoGlobal
    • Gratis  
    • Listes: 0  0  0
    • Punti: 0  Versione: 1.1   Code Architect is a Swift code navigation tool that helps developers understand and modify their codebase by providing a structured view of Swift files. It parses and displays the ...
        ⥯ 
    • SQLite Names Extractor
    • macOS App: Sviluppatori  di: 春雷 杨
    • Gratis  
    • Listes: 0  0  0
    • Punti: 0  Versione: 1.1.5   This is a small tool for developers. It extracts SQLite table and field names and generates C/C++/Objective-C #define constants. This will save much of tedious and repetitive keyboard ...
        ⥯ 
    • Clone in VS Code
    • macOS App: Sviluppatori  di: Ahnaf Mahmud
    • Gratis  
    • Listes: 0  0  0
    • Punti: 3   Versione: 1.4.1   A Safari extension to clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code with just one click. All you need is Visual Studio Code installed on your Mac for this ...
        ⥯ 

Ti potrebbero piacere anche

Visti di recente

Operatori di ricerca utilizzabili in AppAgg
Aggiungi a AppAgg
AppAgg
Inizia subito, è gratis.
Registrazione
Accedi