Skip to content

Commit

Permalink
WIP: Document Microsoft.Data.Sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Nov 12, 2019
1 parent cde1961 commit 7bb9d7e
Show file tree
Hide file tree
Showing 20 changed files with 183 additions and 4 deletions.
7 changes: 7 additions & 0 deletions entity-framework/sqlite/async.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Async Limitations - Microsoft.Data.Sqlite
author: bricelam
---
# Async Limitations

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/batching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Batching SQL Statements - Microsoft.Data.Sqlite
author: bricelam
---
# Batching SQL Statements

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/blob-io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: BLOB I/O - Microsoft.Data.Sqlite
author: bricelam
---
# BLOB I/O

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/bulk-insert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Bulk Insert - Microsoft.Data.Sqlite
author: bricelam
---
# Bulk Insert

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/collation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Collation - Microsoft.Data.Sqlite
author: bricelam
---
# Collation

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Comparison to System.Data.SQLite - Microsoft.Data.Sqlite
author: bricelam
---
# Comparison to System.Data.SQLite

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/connection-strings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Connection Strings - Microsoft.Data.Sqlite
author: bricelam
---
# Connection Strings

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/custom-sqlite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Custom SQLite Versions - Microsoft.Data.Sqlite
author: bricelam
---
# Custom SQLite Versions

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/data-types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Data Types - Microsoft.Data.Sqlite
author: bricelam
---
# Data Types

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/encryption.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Encryption - Microsoft.Data.Sqlite
author: bricelam
---
# Encryption

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Microsoft.Data.Sqlite
author: bricelam
---
# Microsoft.Data.Sqlite

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/interop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Interoperability - Microsoft.Data.Sqlite
author: bricelam
---
# Interoperability

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/limitations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: ADO.NET Limitations - Microsoft.Data.Sqlite
author: bricelam
---
# ADO.NET Limitations

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/memory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: In-Memory Databases - Microsoft.Data.Sqlite
author: bricelam
---
# In-Memory Databases

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Metadata - Microsoft.Data.Sqlite
author: bricelam
---
# Metadata

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/timeouts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Timeouts - Microsoft.Data.Sqlite
author: bricelam
---
# Timeouts

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/transactions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Transactions - Microsoft.Data.Sqlite
author: bricelam
---
# Transactions

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/udfs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: User-Defined Functions - Microsoft.Data.Sqlite
author: bricelam
---
# User-Defined Functions

<!-- TODO -->
7 changes: 7 additions & 0 deletions entity-framework/sqlite/xamarin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Xamarin Limitations - Microsoft.Data.Sqlite
author: bricelam
---
# Xamarin Limitations

<!-- TODO -->
54 changes: 50 additions & 4 deletions entity-framework/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
href: index.md
items:
- name: EF Core & EF6
items:
items:
- name: Compare EF Core & EF6
href: efcore-and-ef6/index.md
- name: Port from EF6 to EF Core
Expand Down Expand Up @@ -383,7 +383,7 @@
href: ef6/modeling/code-first/conventions/model.md
- name: Fluent Configuration
items:
- name: Relationships
- name: Relationships
href: ef6/modeling/code-first/fluent/relationships.md
- name: Types and Properties
href: ef6/modeling/code-first/fluent/types-and-properties.md
Expand Down Expand Up @@ -429,7 +429,7 @@
href: ef6/modeling/designer/table-splitting.md
- name: Inheritance Mappings
items:
- name: Table per Hierarchy
- name: Table per Hierarchy
href: ef6/modeling/designer/inheritance/tph.md
- name: Table per Type
href: ef6/modeling/designer/inheritance/tpt.md
Expand All @@ -449,7 +449,7 @@
items:
- name: Overview
href: ef6/modeling/designer/codegen/index.md
- name: Legacy ObjectContext
- name: Legacy ObjectContext
href: ef6/modeling/designer/codegen/legacy-objectcontext.md
- name: Advanced
items:
Expand Down Expand Up @@ -571,3 +571,49 @@
href: ef6/resources/licenses/ef6/rus.md
- name: "⤤ EF6 API Reference"
href: https://docs.microsoft.com/dotnet/api/?view=entity-framework-6.2.0
- name: Microsoft.Data.Sqlite
items:
- name: Overview
href: sqlite/index.md
- name: Connection Strings
href: sqlite/connection-strings.md
- name: Data Types
href: sqlite/data-types.md
- name: Timeouts
href: sqlite/timeouts.md
- name: Transactions
href: sqlite/transactions.md
- name: Batching
href: sqlite/batching.md
- name: Metadata
href: sqlite/metadata.md
- name: Limitations
items:
- name: ADO.NET Features
href: sqlite/limitations.md
- name: Async
href: sqlite/async.md
- name: Bulk Insert
href: sqlite/bulk-insert.md
- name: Xamarin
href: sqlite/xamarin.md
- name: SQLite features
items:
- name: In-Memory Databases
href: sqlite/memory.md
- name: Encryption
href: sqlite/encryption.md
- name: User-Defined Functions (UDFs)
href: sqlite/udfs.md
- name: Custom SQLite Versions
href: sqlite/custom-sqlite.md
- name: Collation
href: sqlite/collation.md
- name: BLOB I/O (Streams)
href: sqlite/blob-io.md
- name: Interoperability
href: sqlite/interop.md
- name: SQL Syntax <span class="docon docon-navigate-external" aria-hidden="true" />
href: https://www.sqlite.org/lang.html
- name: Comparison to System.Data.SQLite
href: sqlite/compare.md

0 comments on commit 7bb9d7e

Please sign in to comment.