sql_engine 1.0.0 copy "sql_engine: ^1.0.0" to clipboard
sql_engine: ^1.0.0 copied to clipboard

A thin yet powerful, zero-reflection SQLite layer for Dart & Flutter.

example/lib/main.dart

import 'package:example/sql_engine_example.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
      ),
      home: const SqlEngineHomePage(),
    );
  }
}
6
likes
0
points
85
downloads

Publisher

verified publishersnbrb.dev

Weekly Downloads

A thin yet powerful, zero-reflection SQLite layer for Dart & Flutter.

Repository (GitHub)
View/report issues

Topics

#sql #sqlite #database #flutter #orm

License

unknown (license)

Dependencies

analyzer, build, flutter, meta, path, source_gen, sqlite3, sqlite3_flutter_libs, sqlite3_web

More

Packages that depend on sql_engine