Consigo usar o prisma para modelar o Sqflite? #53
walex36
started this conversation in
Discussões gerais
Replies: 1 comment 1 reply
-
@walex36, não sei se conseguirá trabalhar com o SQFLite, pois na documentação do Prisma só cita o SQLite, mas o caminho do banco no SQFlite você acha desta forma: import 'package:path/path.dart';
import 'package:sqflite/sqflite.dart';
...
var databasesPath = await getDatabasesPath();
String path = join(databasesPath, 'demo.db'); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Boa tarde Pessoal, estou com uma duvida eu consigo usar o prisma para modelar o sqflite, tentei começar a fazer mas tive problema em passar o caminho do banco para o prisma pq o banco está dentro do celular.
Beta Was this translation helpful? Give feedback.
All reactions