Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristanlabelle/swiftdb
A basic relational database in Swift, as a learning exercise
https://github.com/tristanlabelle/swiftdb
Last synced: 3 days ago
JSON representation
A basic relational database in Swift, as a learning exercise
- Host: GitHub
- URL: https://github.com/tristanlabelle/swiftdb
- Owner: tristanlabelle
- Created: 2023-01-10T13:22:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T22:23:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T22:41:07.095Z (2 months ago)
- Language: Swift
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# SwiftDB
A basic relational database in Swift, as a learning exercise to try Swift and to apply the concepts of the book Designing Data Intensive Applications, by Martin Kleppmann.