並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 3 件 / 3件

新着順 人気順

sqlite3 cli tutorialの検索結果1 - 3 件 / 3件

  • ent を利用している project の migration に atlas を使ってみる - Techtouch Developers Blog

    このページについて そもそも ent / atlas ってなに ent atlas 実行例 前提 初期 schema セットアップ atlas を利用して schema 変更管理 まとめ このページについて ent の migration に atlas を使ってみた所感や、そもそも atlas ってどんなものかということを紹介しています。 そもそも ent / atlas ってなに ent OSS のデータアクセスフレームワーク。Goコードで任意のデータモデルまたはグラフ構造を簡単に定義でき、データアクセス周りの CRUD 処理などが自動生成可能。 本記事では深く踏み込まないのでこのくらいの紹介にさせてください。 atlas OSS のデータベーススキーマ管理ツール。CLI と GUI が提供されている。 特徴 AtlasDDL でデータベーススキーマを管理する HCL 構文で記述できる

      ent を利用している project の migration に atlas を使ってみる - Techtouch Developers Blog
    • [Browser Use] 触ってみた結果と感想

      # 必要なライブラリをインポート from langchain_openai import ChatOpenAI # OpenAIのチャットモデルを利用するためのライブラリ from browser_use import Agent # エージェント機能を提供するライブラリ import asyncio # 非同期処理を使うためのライブラリ # 非同期関数mainを定義 async def main(): # Agentのインスタンスを作成 agent = Agent( task="Zennで小倉さんというユーザーの最新記事を教えて", # エージェントに対するタスク(質問) llm=ChatOpenAI(model="gpt-4o", api_key="xxxxxxxxxxxxxx"), # GPT-4oモデルを使う(APIキーは仮の値) ) # エージェントにタスクを実行させ、その結果

        [Browser Use] 触ってみた結果と感想
      • Supercharge Your NodeJS With Rust - Dmitry Kudryavtsev

        Node isn’t the fastest framework out here. It’s not the slowest either, v8 is doing wonders to its speed, but nevertheless, if we setup an unfair battle between Node and say Rust; Node will lose. If you are interested to compare this approach to WebAssembly, I’ve written a new article on WASM in comparison to native modules. What is Rust? Rust is a multi-paradigm, high-level, general-purpose progr

          Supercharge Your NodeJS With Rust - Dmitry Kudryavtsev
        1