Add experimental DATabaseTwo and update 64-bit

DATabaseTwo is a standalone version of what will be replacing "Import" and "Generate" and thus eliminating the need for a complex import and export process. Custom DATs can be cared by Dir2DAT features and merging so there is no use to have advanced DB features. The new database, dats..sqlite, is a much lighter version, only holding the DAT information, systems, and sources.
This commit is contained in:
Matt Nadareski
2016-05-05 10:13:57 -07:00
parent 9daad48f50
commit 4e3e3f950c
21 changed files with 1174 additions and 56 deletions

View File

@@ -1,9 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SabreTools.Helper;
@@ -13,6 +9,8 @@ namespace SabreTools
{
public static void Main(string[] args)
{
Build.Start("UncompressedSize");
List<string> inputs = new List<string>();
foreach (string arg in args)