bybugdb 0.1.6
bybugdb: ^0.1.6 copied to clipboard
ByBugDB, ultra hızlı veri işlemleri ve gerçek zamanlı senkronizasyon sağlayan, Flutter için geliştirilmiş özel bir veritabanı arayüzüdür. Python backend (FastAPI + Redis + SQLite) ile çalışır ve Fireb [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bybugdbThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bybugdb: ^0.1.6Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:bybugdb/bybugdb.dart';