Skip to content
#

sqlite-orm

Here are 50 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 Mar 25, 2022
  • Dart
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-orm 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-orm topic, visit your repo's landing page and select "manage topics."

Learn more