Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- scroll
- textfield
- livedata
- Kotlin
- tabbar
- 안드로이드
- viewmodel
- intent
- LifeCycle
- CustomScrollView
- 테스트
- textview
- Coroutines
- Button
- 계측
- activity
- Dialog
- binding
- ScrollView
- appbar
- Navigation
- 앱바
- 앱
- TEST
- android
- DART
- Flutter
- drift
- Compose
- data
Archives
- Today
- Total
목록라이브러리 (1)
Study Record
[Flutter] drift 시작하기 (Sql 기반 데이터베이스와 테이블 만들기)
✍ drift 드리프트(Drift)는 Flutter 와 dart 를 위한 반응형 지속성 라이브러리로, sqlite 위에 구축되었다. SQL 와 Dart 언어를 사용하여 쿼리를 작성할 수 있고 여러 테이블과 join 연산뿐 아니라 WITH,WINDOW 와 같은 복잡한 SQL 언어도 사용할 수 있다. Android 와 IOS 뿐만 아니라 Windows, Linux, Web 에서도 작동한다. 이 글에서 설명하는 drift 는 2.6.0 버전에 해당한다. 이 글에 해당하는 모든 코드는 dift docs 를 참고했다. drift | Dart Package Drift is a reactive library to store relational data in Dart and Flutter applications. pu..
Flutter/라이브러리
2023. 3. 23. 19:23