DataLiteCore swift package
This commit is contained in:
parent
b0e52a72b7
commit
6f955b2c43
70 changed files with 7939 additions and 1 deletions
7
Sources/DataLiteCore/Docs.docc/DataLiteCore.md
Normal file
7
Sources/DataLiteCore/Docs.docc/DataLiteCore.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# ``DataLiteCore``
|
||||
|
||||
**DataLiteCore** is an intuitive library for working with SQLite in Swift applications.
|
||||
|
||||
## Overview
|
||||
|
||||
**DataLiteCore** provides an object-oriented API over the C interface, allowing developers to easily integrate SQLite functionality into their projects. The library offers powerful capabilities for database management and executing SQL queries while maintaining the simplicity and flexibility of the native Swift interface.
|
||||
Loading…
Add table
Add a link
Reference in a new issue