The Wayback Machine - https://web.archive.org/web/20220709013319/https://github.com/topics/sqlite-database
Skip to content
#

sqlite-database

Here are 1,092 public repositories matching this topic...

SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands on SQLite database easily and quickly with the help of fluent methods similar to .Net Entity Framework. SqfEntity also generates add/edit forms with validations and special controls (DropDown List, DateTime pickers, Checkboxes.. etc) for your table.
  • Updated Jun 25, 2022
  • Dart
f-odhiambo
f-odhiambo commented Sep 28, 2021

Is your feature request related to a problem? Please describe.
Add a location widget that allows you to submit the location with GPS coordinates and location details as FHIR Location resources
Describe the solution you'd like

  1. ANC Usecase
    In the ANC use case, add a location of a facility or a family residence or village during a family r
Enhancement Good first issue Data capture
nim-gatabase
Newrite
Newrite commented Oct 9, 2021

First of all sorry for my english

Repro

import db_sqlite
import gatabase
include gatabase/sugar

let db = open("data.sqlite3", "", "", "")
        
let myTable = createTable "kitten": [
  "age"    := 1,
  "sex"    := 'f',
  "name"   := "unnamed",
  "rank"   := 3.14,
  "weight" := int,
  "color"  := char,
  "owner"  := string,
  "food"   := float,
]

echo myTable.string
help wanted good first issue

Improve this page

Add a description, image, and links to the sqlite-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sqlite-database topic, visit your repo's landing page and select "manage topics."

Learn more