Geliştirici:
Fiyat: $13.99
Sıralamalar: 0 
Yorumlar: 0 Yorum Yazın
Listeler: 0 + 0
Puanlar: 1 + 0 ¡
Puanlar +1

Açıklama

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.
devamı ↓

Ekran görüntüleri

#1. Code for SQLite3 (macOS) Göre: ZeeZide GmbH
#2. Code for SQLite3 (macOS) Göre: ZeeZide GmbH
#3. Code for SQLite3 (macOS) Göre: ZeeZide GmbH
#4. Code for SQLite3 (macOS) Göre: ZeeZide GmbH

Yenilikler

  • Sürüm: 1.0.4
  • Güncellendi:
  • - 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

Fiyat

  • Bugün: $13.99
  • En az: $8.99
  • Maksimum: $13.99
 
Fiyatları takip et

Geliştirici

Puanlar

  • m374
    • 1,214 m374

Sıralamalar

Bulunamadı ☹️

Listeler

Bulunamadı ☹️

Yorumlar

İnceleme yazan ilk kişi siz olun 🌟

Ek Bilgi

  • Sürüm: 1.0.4
  • ID: de.zeezide.swift.apps.Enlighter
  • Kategori:
  • İşletim Sistemleri: ,
  • Boyut:
  • Desteklenen diller:
  • İçerik Derecelendirmesi:
  • Mac App Store Kullanıcı Oyu:
  • Güncellendi:
  • Satışa çıkış tarihi:
Code for SQLite3Code for SQLite3 Kısa URL: Kopyalandı!

Şunları da beğenebilirsiniz

    • Code Runner for Python
    • macOS Uygulamalar: Araçlar  Göre: Omer UCEL
    • $4.99   
    • Listeler: 0 + 0   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 0 + 0   Sürüm: 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 ...
        ⥯ 
    • Code Cleaner
    • macOS Uygulamalar: Araçlar  Göre: Andre Yonadam
    • $1.99   
    • Listeler: 0 + 0   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 0 + 0   Sürüm: 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 ...
        ⥯ 
    • Code Replay
    • macOS Uygulamalar: Araçlar  Göre: Aryaman Sharda
    • Ücretsiz   
    • Listeler: 1 + 1   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 3 + 0   Sürüm: 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 Review for GitHub PRs
    • macOS Uygulamalar: Araçlar  Göre: Zsolt Versenyi
    • Ücretsiz   
    • Listeler: 1 + 0   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 7 + 0   Sürüm: 1.0.6   Code comparison done right: MergEase seamlessly integrates into your browser to enhance GitHub's code review interface with advanced diff features. It saves you time and effort during ...
        ⥯ 
    • Code Signing
    • macOS Uygulamalar: Araçlar  Göre: Sergii Kryvoblotskyi
    • $1.99   
    • Listeler: 0 + 0   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 1 + 0   Sürüm: 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 ...
        ⥯ 
    • SQLite Client by SQLPro
    • macOS Uygulamalar: Araçlar  Göre: Hankinsoft Development Inc
    • $49.99   
    • Listeler: 2 + 0   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 0 + 0   Sürüm: 2025.07   SQLPro for SQLite is an advanced sqlite editor. It has an easy to navigate interface, with the ability to perform the most basic to advanced tasks. Features include: + Syntax ...
        ⥯ 
    • Code Recipes
    • macOS Uygulamalar: Araçlar  Göre: Fedor Obraztsov
    • * Ücretsiz   
    • Listeler: 0 + 1   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 2 + 51 (4.6)   Sürüm: 3.00   Contains a directory of standard, frequently used operations in Swift, Java, JavaScript, Python, Rust, PHP, C#, C++, Golang, TypeScript, Kotlin, Ruby and SQL queries. Over 300 of code ...
        ⥯ 
    • Code - Compile & Run Program
    • macOS Uygulamalar: Araçlar  Göre: Arjun Komath
    • * $3.99   
    • Listeler: 0 + 1   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 1 + 15 (3.9)   Sürüm: 3.5   A coding experience custom tailored for iOS that is useful for learning, experimenting and fast prototyping. No downloads, no configs, no setups required, just login and you re ready ...
        ⥯ 
    • Code Converter AI
    • macOS Uygulamalar: Araçlar  Göre: SUN TEAME PTE. LTD.
    • * Ücretsiz   
    • Listeler: 1 + 0   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 1 + 1 (1.0)   Sürüm: 2.1   Welcome to the future of programming with Code Converter AI, the revolutionary AI-driven coding assistant designed to make your coding experience effortless and efficient! Code ...
        ⥯ 
    • SQLite Names Extractor
    • macOS Uygulamalar: Araçlar  Göre: 春雷 杨
    • Ücretsiz   
    • Listeler: 0 + 0   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 0 + 0   Sürüm: 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 ...
        ⥯ 
    • Code Naming Machine
    • macOS Uygulamalar: Araçlar  Göre: 保安 黄
    • $2.99   
    • Listeler: 0 + 0   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 0 + 0   Sürüm: 1.3.0   A mac app to generate swift model file from JSON text. Generate JSON model file for you with selected language and framework support. As an Apple developer. You need more time to think
        ⥯ 
    • Native SQLite Manager
    • macOS Uygulamalar: Araçlar  Göre: Krystian Kolodziej
    • $1.99   
    • Listeler: 1 + 0   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 7 + 0   Sürüm: 1.30.1   Native SQLite Manager is an minimalist SQLite database manager. Application features: - support for many versions of SQLite - support for SQLCipher - SQLite extensions support - ...
        ⥯ 
    • Secure XLSX 2 SQLite Converter
    • macOS Uygulamalar: Araçlar  Göre: Karim SLITI
    • $4.99   
    • Listeler: 0 + 0   Sıralamalar: 0   Yorumlar: 0
    • Puanlar: 3 + 1 (5.0)   Sürüm: 1.2   Introducing Our Data Converter: Your Versatile Offline File Converter Effortlessly convert your Excel (.xlsx) and CSV files to SQLite databases, and vice versa, directly on your ...
        ⥯ 

Şunları da beğenebilirsiniz

AppAgg'de kullanabileceğiniz arama operatörleri
AppAgg'a Ekle
AppAgg
Hemen başlayın – ücretsiz.
Üye ol
Oturum açın