db + it db prisma queryraw How to define a type in TypeScript based on another type, making some properties optional and removing others? wono | discuss | tweet + it db prisma typedsql 生SQLに型を手書きする時代は終わり?Prismaの新機能「TypedSQL」 wono | discuss | tweet + it db prisma postgresql PrismaClient#rawQuery not working · prisma/prisma · Discussion #2664PrismaClient#rawQuery not working wono | discuss | tweet + it db postgresql prisma queryRaw don't show data on prisma wono | discuss | tweet + it db uuid postgresql PostgreSQL에서 PK로 UUID를 사용할 때 고려해야 하는 성능 이슈UUID는 중복을 방지하고 예측할 수 없는 값이기 때문에 Primary Key의 값으로 좋은 선택지입니다.하지만 UUID로 인해 성능 이슈가 발생할 수 있는 여지가 있고 이를 개발자 수준에서 고려하고 적절히 대처해야 합니다.이번 포스팅에서는 PostgreSQL 기준으로 UUID 사용 시 발생할 수 있는 성능 이슈에 대해 정리하려 합니다. UUID 저장 시 UUID 전용 데이터 타입에 저장하기흔히 UUID를 저장하기 위한 데이터 타입으로 Text 타입 혹은 String 타입을 사용합니다.uuid는 128 비트 길이의 값을 생성하기 때문에 메모리 상에서 16바이트의 공간을 차지합니다.( 1byte = 8bit, 128bit / 8bit = 16byte ) 이런 uuid 값의 길이는 항상 고정적이기 때문에 P.. wono | discuss | tweet + it db uuid postgresql Use data type uuid or varchar(36) for my UUID column? wono | discuss | tweet + it blog arc db MySQL Multi-Source Replication - MSA로 서비스를 쪼개면 나중에는 반대로 DB를 합쳐야한다...?데보션 (DEVOCEAN) 기술 블로그 , 개발자 커뮤니티이자 내/외부 소통과 성장 플랫폼 wono | discuss | tweet + it dev db pk full What to do if the auto-increment value reaches its limit? wono | discuss | tweet + it dev db mssql SQL Server 접속 네트워크 프로토콜Client 에서 SQL Server로 연결하기 위해서는 어떠한 프로토콜들을 사용할까요? 많은 분들은 IP를 사용하죠. (IP 또는 컴퓨터이름) 그렇다면, 접속 시 사용하는 프로토콜은 어떠한 것들이 있을까요? 공유 메모리, TCP/IP, 명명된 파이프, VIA 가 그것들입니다. 해당 프로토콜의 사용유무는 SQL Server 구성관리자(SQL Server Configuration Manager)에서 확인과 설정이 가능합니다. 1. 공유 메모리(Shared Memory) A. 서버에서 직접 접속할 때 사용할 때 쓸 수 있습니다. 즉 로컬컴퓨터가 서버인 경우에만 됩니다. B. 접속형태는 [\instancename] 입니다. C. “.”이나 “(local)” 또는 “localhost”와 같은 형태로 사용이 가능.. wono | discuss | tweet + flutter db isar Flutter Isar db 맛보기할 수 있다! 알고 개발, 알고 투자 wono | discuss | tweet + flutter db drift [Flutter] Drift찌김이 님의 블로그입니다. wono | discuss | tweet + flutter db drift Using Drift (Moor) database in Flutter WebFlutter has been doing great for the community so far, as the Flutter version has been reached (3.0.0). We have seen a lot of changes and, Flutter improved itself in a variety of areas where the… wono | discuss | tweet + flutter db [플러터] SQLite 기본 사용법 - CRUD, sqflite, Flutter, 패키지서버와 통신해서 DB에 데이터를 저장하고 가져올 수도 있지만 앱 내부 DB를 이용하는게 프로젝트 진행에 더 유리한 경우가 있다. 그런 경우에 내부 DB(SQLite DB)에 쉽게 접근하기 위해 사용하는 패키지가 'sqflite'다. sqflite 패키지 설치 pub.dev에서 'sqflite' 검색 후 해당 버전의 패키지를 설치하면 된다. 나 같은 경우에는 2021년 12월 10일 기준 최신버전인 2.0.1 버전을 설치했다. path 패키지 설치 내부 데이터베이스의 위치를 정확히 정의해주는 path 패키지도 설치해준다. 이 역시 2021년 12월 10일 기준 최신 버전인 1.8.0 버전으로 설치했다. DB 연결 class SqliteTestModel { Database? _database; Future .. wono | discuss | tweet + flutter db idb_sqflite/idb_sqflite at master · tekartik/idb_sqfliteIndexeddb like API on top of sqflite. Contribute to tekartik/idb_sqflite development by creating an account on GitHub. wono | discuss | tweet
+ it db prisma queryraw How to define a type in TypeScript based on another type, making some properties optional and removing others? wono | discuss | tweet
+ it db prisma postgresql PrismaClient#rawQuery not working · prisma/prisma · Discussion #2664PrismaClient#rawQuery not working wono | discuss | tweet
+ it db uuid postgresql PostgreSQL에서 PK로 UUID를 사용할 때 고려해야 하는 성능 이슈UUID는 중복을 방지하고 예측할 수 없는 값이기 때문에 Primary Key의 값으로 좋은 선택지입니다.하지만 UUID로 인해 성능 이슈가 발생할 수 있는 여지가 있고 이를 개발자 수준에서 고려하고 적절히 대처해야 합니다.이번 포스팅에서는 PostgreSQL 기준으로 UUID 사용 시 발생할 수 있는 성능 이슈에 대해 정리하려 합니다. UUID 저장 시 UUID 전용 데이터 타입에 저장하기흔히 UUID를 저장하기 위한 데이터 타입으로 Text 타입 혹은 String 타입을 사용합니다.uuid는 128 비트 길이의 값을 생성하기 때문에 메모리 상에서 16바이트의 공간을 차지합니다.( 1byte = 8bit, 128bit / 8bit = 16byte ) 이런 uuid 값의 길이는 항상 고정적이기 때문에 P.. wono | discuss | tweet
+ it blog arc db MySQL Multi-Source Replication - MSA로 서비스를 쪼개면 나중에는 반대로 DB를 합쳐야한다...?데보션 (DEVOCEAN) 기술 블로그 , 개발자 커뮤니티이자 내/외부 소통과 성장 플랫폼 wono | discuss | tweet
+ it dev db mssql SQL Server 접속 네트워크 프로토콜Client 에서 SQL Server로 연결하기 위해서는 어떠한 프로토콜들을 사용할까요? 많은 분들은 IP를 사용하죠. (IP 또는 컴퓨터이름) 그렇다면, 접속 시 사용하는 프로토콜은 어떠한 것들이 있을까요? 공유 메모리, TCP/IP, 명명된 파이프, VIA 가 그것들입니다. 해당 프로토콜의 사용유무는 SQL Server 구성관리자(SQL Server Configuration Manager)에서 확인과 설정이 가능합니다. 1. 공유 메모리(Shared Memory) A. 서버에서 직접 접속할 때 사용할 때 쓸 수 있습니다. 즉 로컬컴퓨터가 서버인 경우에만 됩니다. B. 접속형태는 [\instancename] 입니다. C. “.”이나 “(local)” 또는 “localhost”와 같은 형태로 사용이 가능.. wono | discuss | tweet
+ flutter db drift Using Drift (Moor) database in Flutter WebFlutter has been doing great for the community so far, as the Flutter version has been reached (3.0.0). We have seen a lot of changes and, Flutter improved itself in a variety of areas where the… wono | discuss | tweet
+ flutter db [플러터] SQLite 기본 사용법 - CRUD, sqflite, Flutter, 패키지서버와 통신해서 DB에 데이터를 저장하고 가져올 수도 있지만 앱 내부 DB를 이용하는게 프로젝트 진행에 더 유리한 경우가 있다. 그런 경우에 내부 DB(SQLite DB)에 쉽게 접근하기 위해 사용하는 패키지가 'sqflite'다. sqflite 패키지 설치 pub.dev에서 'sqflite' 검색 후 해당 버전의 패키지를 설치하면 된다. 나 같은 경우에는 2021년 12월 10일 기준 최신버전인 2.0.1 버전을 설치했다. path 패키지 설치 내부 데이터베이스의 위치를 정확히 정의해주는 path 패키지도 설치해준다. 이 역시 2021년 12월 10일 기준 최신 버전인 1.8.0 버전으로 설치했다. DB 연결 class SqliteTestModel { Database? _database; Future .. wono | discuss | tweet
+ flutter db idb_sqflite/idb_sqflite at master · tekartik/idb_sqfliteIndexeddb like API on top of sqflite. Contribute to tekartik/idb_sqflite development by creating an account on GitHub. wono | discuss | tweet