Tips From MonoSQLite

前端之家收集整理的这篇文章主要介绍了Tips From MonoSQLite前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Here are some hints and tips we have been collecting along the way to make your (and our) lives better.

First,we’d like to list some of the sqlite browsers we already know and let me tell you,it is not so easy to get a sqlite browser that works for what you need. So,here it goes:

  • Navicat: We’re using Premium version 10.0 which is excellent. It is expensive though so,we’re on trial version but we’re almost sure it is going to be a buy in a near future. Navicat is simply the best Database Browser ever in our opinion. Premium version allows connections to all databases (that really matter! sorry…): sql Server,Oracle,Postgresql,MysqL and sqlite. Give it a try and you’ll simply love it as we do.
  • sqlite browser: A humble Open Source effort. Will help you,yes. But at some usability,not-so-time-saver expense. Here’s alink.

About Databases

We strongly believe that using dbs is simply a must-do in order to build up game blocks that are orchestrated just the way they should. Therefore,we have developed Monosqlite for Unity3D. Since sqlite is the golden solution for dbs in Unity3D,we came up with this very approach. Hopefully,our clients are truly satisfied and we’re developing new ways to help them.

Monosqlite & Playmaker

First achievement after publishing MonoSQLite in the Asset Storewas the production of an Extension Pack for Playmaker. This extension pack turns the user experience even easier than Monosqlite because it allows the user who cannot program to use Monosqlite as well.

Monosqlite & NGUI

We are currently (today is May,15. 2012) developing an Extension Pack to NGUI. This package (NGUI) is really fantastic. It makes the experience of creating GUIs and 3D Menus in Unity3D so much easier we thought we could integrate the experience of saving and retrieving data Monosqlite extends into the party. So,hopefully,we’ll have tables being displayed in your games statistics directly yielded from your sqlite DB with all the refinement NGUI has to offer!

原文链接:https://www.f2er.com/sqlite/201883.html

猜你在找的Sqlite相关文章